[23802] trunk/dports/devel/gettext/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 9 21:58:41 PDT 2007


Revision: 23802
          http://trac.macosforge.org/projects/macports/changeset/23802
Author:   ryandesign at macports.org
Date:     2007-04-09 21:58:40 -0700 (Mon, 09 Apr 2007)

Log Message:
-----------
Whitespace / formatting changes only

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2007-04-10 04:43:56 UTC (rev 23801)
+++ trunk/dports/devel/gettext/Portfile	2007-04-10 04:58:40 UTC (rev 23802)
@@ -1,26 +1,29 @@
 # $Id$
 
-PortSystem 1.0
-name		gettext
-version		0.16.1
-categories	devel
-maintainers	ryandesign at macports.org
-description	GNU gettext package
-homepage	http://www.gnu.org/software/gettext/
-platforms	darwin freebsd linux
+PortSystem      1.0
+name            gettext
+version         0.16.1
+categories      devel
+maintainers     ryandesign at macports.org
+homepage        http://www.gnu.org/software/gettext/
+master_sites    gnu
+platforms       darwin freebsd linux
 
-long_description This is the GNU gettext package.  It is interesting for \
-		 authors or maintainers of other packages or programs \
-		 which they want to see internationalized.  As one \
-		 step the handling of messages in different languages \
-		 should be implemented.  For this task GNU gettext \
-		 provides the needed tools and library functions.
+description \
+	GNU gettext package
 
-master_sites	gnu
+long_description \
+	This is the GNU gettext package. It is interesting for \
+	authors or maintainers of other packages or programs \
+	which they want to see internationalized. As one \
+	step the handling of messages in different languages \
+	should be implemented. For this task GNU gettext \
+	provides the needed tools and library functions.
 
-checksums	md5 3d9ad24301c6d6b17ec30704a13fe127 \
-		sha1 8642f4346dfd6a18ecd883329e150bfe9e0886c3 \
-		rmd160 0fa96b2d005e2490e8603a0a3612041086d5aea1
+checksums \
+	md5 3d9ad24301c6d6b17ec30704a13fe127 \
+	sha1 8642f4346dfd6a18ecd883329e150bfe9e0886c3 \
+	rmd160 0fa96b2d005e2490e8603a0a3612041086d5aea1
 
 # Patching gettext-runtime/configure and gettext-tools/configure fixes
 # bug #11756 and it should be possible to remove this in a future version
@@ -30,19 +33,31 @@
 	patch-gettext-tools-configure.diff \
 	patch-gettext-tools-Makefile.in
 
-configure.env	LIBS="-L${prefix}/lib" LDFLAGS="-L${prefix}/lib" \
-		CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
+configure.env \
+	LIBS="-L${prefix}/lib" \
+	LDFLAGS="-L${prefix}/lib" \
+	CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
 
-configure.args	--mandir=${prefix}/share/man --with-libiconv-prefix=${prefix} \
-		--infodir=${prefix}/share/info --disable-csharp \
-		--with-libexpat-prefix=${prefix}
+configure.args \
+	--mandir=${prefix}/share/man \
+	--with-libiconv-prefix=${prefix} \
+	--infodir=${prefix}/share/info \
+	--disable-csharp \
+	--with-libexpat-prefix=${prefix}
 
-depends_lib	port:libiconv port:expat
+depends_lib \
+	port:libiconv \
+	port:expat
 
-test.run	yes
-test.target	check
+test.run        yes
+test.target     check
 
-platform darwin 6  { depends_lib-append	lib:libdl:dlcompat }
+platform darwin 6 {
+	depends_lib-append \
+		lib:libdl:dlcompat
+}
 
-post-destroot	{ delete ${destroot}${prefix}/lib/charset.alias \
-		  ${destroot}${prefix}/share/locale/locale.alias }
+post-destroot {
+	delete ${destroot}${prefix}/lib/charset.alias \
+		${destroot}${prefix}/share/locale/locale.alias
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070409/d511c8d1/attachment.html


More information about the macports-changes mailing list