Ticket #36028: Portfile

File Portfile, 993 bytes (added by iapain@…, 12 years ago)

Portfile

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           github 1.0
6PortGroup           cmake 1.0
7
8name                pdf2htmlex
9categories          textproc
10maintainers         Deepak Thukral <iapain@iapa.in>
11license             GPL-2 & GPL-3 (Dual License)
12description         A pdf to html converter
13long_description    Convert PDF to HTML without losing format.\
14                    Text is preserved as much as possible.
15
16github.setup        coolwanglu pdf2htmlEX 0.3
17depends_lib         port:pkgconfig port:libpng port:poppler\
18                    port:poppler-data port:fontforge
19
20supported_archs     ppc ppc64 i386 x86_64
21universal_variant   yes
22homepage            http://coolwanglu.github.com/pdf2htmlEX
23platforms           darwin
24
25fetch.type          git
26git.url             https://github.com/coolwanglu/pdf2htmlEX.git
27git.branch          origin/master