[26426] trunk/dports/devel/popt/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Jun 22 15:36:17 PDT 2007
Revision: 26426
http://trac.macosforge.org/projects/macports/changeset/26426
Author: jmpp at macports.org
Date: 2007-06-22 15:36:16 -0700 (Fri, 22 Jun 2007)
Log Message:
-----------
Provide popt Portfile with a home page and use it in master_sites. Also remove deprecated and unnecessary configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" declaration.
Modified Paths:
--------------
trunk/dports/devel/popt/Portfile
Modified: trunk/dports/devel/popt/Portfile
===================================================================
--- trunk/dports/devel/popt/Portfile 2007-06-22 20:11:04 UTC (rev 26425)
+++ trunk/dports/devel/popt/Portfile 2007-06-22 22:36:16 UTC (rev 26426)
@@ -8,10 +8,11 @@
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
-master_sites http://rpm5.org/files/popt/
+homepage http://rpm5.org
+master_sites ${homepage}/files/popt/
+
depends_lib port:gettext \
port:libiconv
@@ -22,7 +23,6 @@
file copy -force /usr/share/libtool/config.sub ${worksrcpath}/config.sub
}
-configure.env CFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args --mandir=${prefix}/share/man --with-libintl-prefix=${prefix} --with-libiconv-prefix=${prefix}
destroot.args localedir=${prefix}/share/locale
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070622/ec031e00/attachment.html
More information about the macports-changes
mailing list