Ticket #8642: Portfile

File Portfile, 1.2 KB (added by takanori@…, 18 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    scribus
5version                 1.3.3.1
6categories              print
7maintainers             takanori@opendarwin.org
8description             X11-based WYSIWYG desktop publishing application
9long_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.
12platforms               darwin
13homepage                http://www.scribus.net/
14master_sites            sourceforge:scribus
15checksums               md5 73864eea86de686904f4741ef35152ca \
16                        sha1 481c125ad0f09c1a470320c1d31432d574e5e42f \
17                        rmd160 249c8e39c721a8a489146203f4a790c4164bdbc2
18use_bzip2               yes
19depends_build           bin:perl:perl5.8
20depends_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
27configure.env           CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
28configure.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