[76851] trunk/dports/print/scribus/Portfile

vince at macports.org vince at macports.org
Thu Mar 10 13:14:07 PST 2011


Revision: 76851
          http://trac.macports.org/changeset/76851
Author:   vince at macports.org
Date:     2011-03-10 13:14:06 -0800 (Thu, 10 Mar 2011)
Log Message:
-----------
Update scribus to version 1.3.9

Modified Paths:
--------------
    trunk/dports/print/scribus/Portfile

Modified: trunk/dports/print/scribus/Portfile
===================================================================
--- trunk/dports/print/scribus/Portfile	2011-03-10 18:46:37 UTC (rev 76850)
+++ trunk/dports/print/scribus/Portfile	2011-03-10 21:14:06 UTC (rev 76851)
@@ -1,11 +1,11 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup xcodeversion 1.0
+PortGroup 		cmake 1.0
+PortGroup		qt4 1.0
 
 name            scribus
-version         1.3.3.11
-revision        2
+version         1.3.9
 categories      print
 maintainers     nomaintainer
 description     X11-based WYSIWYG desktop publishing application
@@ -17,35 +17,59 @@
 homepage        http://www.scribus.net/
 master_sites    sourceforge:scribus
 use_bzip2       yes
-checksums       md5 472432b6ae85e005c98bc11c79572ec9 \
-                sha1 f9242b5b77cf0644ff5d8277425852c7e9df4a55 \
-                rmd160 88fcc880c93756b0ea5d373228e8c2cee5602e31
+checksums       md5     a54dbf2e10cd88d683d0d34565d29378 \
+                sha1    86bc4db2d8fbb91fe94f8535327991e9128c5862 \
+                rmd160  63e1d3f7f723843e9d1c787e1405b57a15f08fcc
 
 depends_build   path:bin/perl:perl5 \
                 path:bin/pkg-config:pkgconfig
-depends_lib     bin:gs:ghostscript \
+depends_lib     port:fontconfig \
+				bin:gs:ghostscript \
                 path:lib/pkgconfig/cairo.pc:cairo \
+                port:boost \
                 port:expat \
                 port:libart_lgpl \
                 port:libiconv \
                 port:lcms \
                 port:libxml2 \
-                port:qt3 \
                 port:tiff \
                 port:zlib
 
-configure.env   HOME=${worksrcpath}
-configure.args  --with-qt-dir=${prefix}/lib/qt3 --without-python --enable-cairo \
-                --with-extra-includes=${prefix}/include --with-extra-libs=${prefix}/lib \
-                --disable-dependency-tracking --mandir=${prefix}/share/man
+set	PyFRM		${frameworks_dir}/Python.framework/Versions
 
+configure.args-append "-DWITH_PODOFO=NO"
+
+variant python26 description Add python 2.6 interface {
+
+	depends_lib-append		port:python26
+	configure.args-append \
+			"-DPYTHON_LIBRARY=${prefix}/lib/libpython2.6.dylib"
+	configure.args-append	\
+			"-DPYTHON_INCLUDE_DIR=${PyFRM}/2.6/include/python2.6"
+}
+
+variant python27 description Add python 2.7 interface {
+
+	depends_lib-append		port:python27
+	configure.args-append \
+			"-DPYTHON_LIBRARY=${prefix}/lib/libpython2.7.dylib"
+	configure.args-append \
+			"-DPYTHON_INCLUDE_DIR=${PyFRM}/2.7/include/python2.7"
+}
+
+variant podofo description uses podofo {
+	depends_lib-append		port:podofo
+	configure.args-delete "-DWITH_PODOFO=NO"
+	configure.args-append "-DWITH_PODOFO=YES"
+}
+
+configure.args-append		"-DCMAKE_INSTALL_PREFIX=${applications_dir}"
+
 build.env           HOME=${worksrcpath}
 use_parallel_build  yes
 
 #destroot.target    install-strip
 
-minimum_xcodeversions {9 3.1}
-
 livecheck.type  regex
 livecheck.url   ${homepage}
 livecheck.regex Scribus v(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110310/155b7532/attachment.html>


More information about the macports-changes mailing list