[26635] trunk/dports/devel/popt/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Jul 1 01:40:36 PDT 2007


Revision: 26635
          http://trac.macosforge.org/projects/macports/changeset/26635
Author:   afb at macports.org
Date:     2007-07-01 01:40:36 -0700 (Sun, 01 Jul 2007)

Log Message:
-----------
FreeBSD support, formatting

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

Modified: trunk/dports/devel/popt/Portfile
===================================================================
--- trunk/dports/devel/popt/Portfile	2007-07-01 08:35:21 UTC (rev 26634)
+++ trunk/dports/devel/popt/Portfile	2007-07-01 08:40:36 UTC (rev 26635)
@@ -1,15 +1,20 @@
 # $Id$
 
 PortSystem 1.0
+
 name		popt
 version		1.11
 revision	1
 categories	devel
 maintainers	n3npq at mac.com
 description	A getopt(3) like library with a number of enhancements
-long_description popt is a command line parsing library. It contains a number of enhancements over getopt(3), including being fully reentrant, allowing users to alias command line arguments, providing convience functions for parsing strings into argv[] style arrays and popt can parse arbitrary argv[] style arrays.
-platforms	darwin
+long_description popt is a command line parsing library. It contains a number of \
+enhancements over getopt(3), including being fully reentrant, allowing users to \
+alias command line arguments, providing convience functions for parsing strings \
+into argv[] style arrays and popt can parse arbitrary argv[] style arrays.
 
+platforms	darwin freebsd
+
 homepage	http://rpm5.org
 master_sites	${homepage}/files/popt/
 
@@ -18,10 +23,12 @@
 
 patchfiles	patch-poptint.c patch-popt.c
 
+platform darwin {
 post-patch {
         file copy -force /usr/share/libtool/config.guess ${worksrcpath}/config.guess
         file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
 }
+}
 
 configure.args	--mandir=${prefix}/share/man --with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix}
 
@@ -35,4 +42,4 @@
 
 platform darwin 7 {
         depends_build-append port:autoconf
-}   
+}

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


More information about the macports-changes mailing list