Ticket #12326: Portfile

File Portfile, 751 bytes (added by scottm@…, 17 years ago)
Line 
1# $Id: Portfile 26116 2007-06-13 00:41:54Z rhwood@macports.org $
2PortSystem 1.0
3name            epdfview
4version         0.1.6
5description     ePDFview is yet another, but slightly lighter weight, PDF viewer, suitable for use with XFCE.
6long_description        ${description}
7maintainers     scottm openmaintainer@macports.org
8categories      print
9platforms       darwin
10homepage        http://trace.emma-soft.com/epdfview/
11master_sites    http://trac.emma-soft.com/epdfview/chrome/site/releases/
12use_bzip2       yes
13checksums       md5 cce9edb41b4a8308e0ef0eea24b5a1ab
14depends_lib     \
15    port:poppler \
16    port:gtk2
17configure.ldflags-append -lstdc++
18patchfiles      patch-epdfview.h
19pre-build       {
20  file rename ${workpath}/${worksrcdir}/src/Config.h ${workpath}/${worksrcdir}/src/epdfConfig.h
21}
22
23post-activate   {
24}