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

source_changes at macosforge.org source_changes at macosforge.org
Wed May 16 18:06:17 PDT 2007


Revision: 25262
          http://trac.macosforge.org/projects/macports/changeset/25262
Author:   takanori at macports.org
Date:     2007-05-16 18:06:17 -0700 (Wed, 16 May 2007)

Log Message:
-----------
Untabify.

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

Modified: trunk/dports/print/scribus/Portfile
===================================================================
--- trunk/dports/print/scribus/Portfile	2007-05-17 01:03:47 UTC (rev 25261)
+++ trunk/dports/print/scribus/Portfile	2007-05-17 01:06:17 UTC (rev 25262)
@@ -1,55 +1,58 @@
 # $Id$
 
-PortSystem		1.0
-name			scribus
-version			1.3.3.9
-categories		print
-maintainers		nomaintainer at macports.org
-description		X11-based WYSIWYG desktop publishing application
-long_description	Scribus is an open source desktop publishing program. It provides  true \
-			WYSIWYG  editing,  excellent PDF export facilities, and a wide range of \
-			other input and output options.
-platforms		darwin
-homepage		http://www.scribus.net/
-master_sites		sourceforge:scribus
-checksums		md5 a3d7af62d99d4e0f7485ae549de50df0 \
-			sha1 a1bfebcd19baf0b513ff4308006399fffa733e91 \
-			rmd160 660b95030cec1d7c3e79958073f3ec4cc5b5fce8
-use_bzip2		yes
-depends_build		bin:perl:perl5.8
-depends_lib		bin:gs:ghostscript \
-			lib:libX11.6:XFree86 \
-			port:cairo \
-			port:expat \
-			port:fontconfig \
-			port:freetype \
-			port:jpeg \
-			port:libart_lgpl \
-			port:libiconv \
-			port:libpng \
-			port:lcms \
-			port:libxml2 \
-			port:pkgconfig \
-			port:qt3 \
-			port:tiff \
-			port:Xft2 \
-			port:xrender \
-			port:zlib
+PortSystem      1.0
+name            scribus
+version         1.3.3.9
+categories      print
+maintainers     nomaintainer at macports.org
+description     X11-based WYSIWYG desktop publishing application
+long_description \
+                Scribus is an open source desktop publishing program. It provides  true \
+                WYSIWYG  editing,  excellent PDF export facilities, and a wide range of \
+                other input and output options.
+platforms       darwin
+homepage        http://www.scribus.net/
+master_sites    sourceforge:scribus
+checksums       md5 a3d7af62d99d4e0f7485ae549de50df0 \
+                sha1 a1bfebcd19baf0b513ff4308006399fffa733e91 \
+                rmd160 660b95030cec1d7c3e79958073f3ec4cc5b5fce8
+use_bzip2       yes
+depends_build   bin:perl:perl5.8
+depends_lib     bin:gs:ghostscript \
+                lib:libX11.6:XFree86 \
+                port:cairo \
+                port:expat \
+                port:fontconfig \
+                port:freetype \
+                port:jpeg \
+                port:libart_lgpl \
+                port:libiconv \
+                port:libpng \
+                port:lcms \
+                port:libxml2 \
+                port:pkgconfig \
+                port:qt3 \
+                port:tiff \
+                port:Xft2 \
+                port:xrender \
+                port:zlib
 
-configure.env		CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 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
-pre-configure	{
-		if {[file exists ${prefix}/bin/cups-config]} {
-			ui_msg "port:cups-headers may prevent building this port."
-			ui_msg "Please uninstall (or deactivate) cups-headers and restart the build."
-			exit 1
-		}
+configure.env   CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" 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
+pre-configure {
+    if {[file exists ${prefix}/bin/cups-config]} {
+        ui_msg "port:cups-headers may prevent building this port."
+        ui_msg "Please uninstall (or deactivate) cups-headers and restart the build."
+        exit 1
+    }
 }
-build.env		HOME=${worksrcpath}
-#destroot.target	install-strip
 
+build.env           HOME=${worksrcpath}
+
+#destroot.target    install-strip
+
 livecheck.check 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/20070516/d3ea2a01/attachment.html


More information about the macports-changes mailing list