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