[22428] trunk/dports/devel/libtool/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 17:30:49 PST 2007


Revision: 22428
          http://trac.macosforge.org/projects/macports/changeset/22428
Author:   pipping at macports.org
Date:     2007-02-28 17:30:48 -0800 (Wed, 28 Feb 2007)

Log Message:
-----------
 * cleanup

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

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2007-03-01 00:56:57 UTC (rev 22427)
+++ trunk/dports/devel/libtool/Portfile	2007-03-01 01:30:48 UTC (rev 22428)
@@ -6,16 +6,20 @@
 categories     	devel sysutils
 maintainers     bchesneau at mac.com
 description     GNU Libtool - The GNU Portable Library Tool 
-long_description	GNU libtool is a generic library support script. \
-		  	Libtool hides the complexity of using shared libraries \
-			behind a consistent, portable interface. 
-homepage	http://www.gnu.org/software/libtool/libtool.html
+long_description \
+    GNU libtool is a generic library support script. Libtool hides the  \
+    complexity of using shared libraries behind a consistent, portable  \
+    interface.
+
+homepage        http://www.gnu.org/software/libtool/libtool.html
 platforms       darwin freebsd
-master_sites	gnu
-checksums	md5 8e0ac9797b62ba4dcc8a2fb7936412b0
+master_sites    gnu
+checksums       md5 8e0ac9797b62ba4dcc8a2fb7936412b0
 
-configure.args	--program-prefix=g \
-		--infodir=${prefix}/share/info \
-		--mandir=${prefix}/share/man
+configure.args  --program-prefix=g \
+                --infodir=${prefix}/share/info \
+                --mandir=${prefix}/share/man
 
-platform darwin 6 {	depends_lib-append      lib:libdl:dlcompat }
+platform darwin 6 {
+    depends_lib-append      lib:libdl:dlcompat
+}

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


More information about the macports-changes mailing list