1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name scribus |
---|
5 | version 1.3.3.1 |
---|
6 | categories print |
---|
7 | maintainers takanori@opendarwin.org |
---|
8 | description X11-based WYSIWYG desktop publishing application |
---|
9 | long_description Scribus is an open source desktop publishing program. It provides true \ |
---|
10 | WYSIWYG editing, excellent PDF export facilities, and a wide range of \ |
---|
11 | other input and output options. |
---|
12 | platforms darwin |
---|
13 | homepage http://www.scribus.net/ |
---|
14 | master_sites sourceforge:scribus |
---|
15 | checksums md5 73864eea86de686904f4741ef35152ca \ |
---|
16 | sha1 481c125ad0f09c1a470320c1d31432d574e5e42f \ |
---|
17 | rmd160 249c8e39c721a8a489146203f4a790c4164bdbc2 |
---|
18 | use_bzip2 yes |
---|
19 | depends_build bin:perl:perl5.8 |
---|
20 | depends_lib lib:libX11.6:XFree86 \ |
---|
21 | bin:gs:ghostscript \ |
---|
22 | port:cups-headers port:libart_lgpl port:lcms \ |
---|
23 | port:qt3 port:tiff port:jpeg port:libpng port:zlib \ |
---|
24 | port:freetype \ |
---|
25 | port:libxml2 port:libiconv port:cairo port:openssl |
---|
26 | |
---|
27 | configure.env CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" |
---|
28 | configure.args --with-qt-dir=${prefix}/lib/qt3 --without-python --enable-cairo \ |
---|
29 | --with-extra-includes=${prefix}/include --with-extra-libs=${prefix}/lib \ |
---|
30 | --disable-dependency-tracking --mandir=${prefix}/share/man |
---|