[96642] trunk/dports/science/gnuradio-gpio/Portfile

jmr at macports.org jmr at macports.org
Wed Aug 15 22:32:36 PDT 2012


Revision: 96642
          https://trac.macports.org/changeset/96642
Author:   jmr at macports.org
Date:     2012-08-15 22:32:36 -0700 (Wed, 15 Aug 2012)
Log Message:
-----------
gnuradio-gpio: set license, remove archcheck portgroup, use configure.python

Modified Paths:
--------------
    trunk/dports/science/gnuradio-gpio/Portfile

Modified: trunk/dports/science/gnuradio-gpio/Portfile
===================================================================
--- trunk/dports/science/gnuradio-gpio/Portfile	2012-08-16 05:31:43 UTC (rev 96641)
+++ trunk/dports/science/gnuradio-gpio/Portfile	2012-08-16 05:32:36 UTC (rev 96642)
@@ -3,7 +3,6 @@
 
 PortSystem 1.0
 PortGroup muniversal 1.0
-PortGroup archcheck 1.0
 
 name			gnuradio-gpio
 version			3.3.0
@@ -13,6 +12,7 @@
 Provides GPIO block.
 
 categories		science
+license			GPL-3+
 homepage        http://gnuradio.org/
 
 # all GNU Radio components come in a single tarball.
@@ -32,8 +32,6 @@
 depends_build	port:pkgconfig
 depends_lib		port:usrp
 
-archcheck.files lib/libusrp.dylib
-
 configure.args	--disable-all-components \
 				--with-gruel \
 				--with-usrp \
@@ -52,19 +50,19 @@
 
 variant python25 conflicts python26 python27 \
 description "Use Python 2.5" {
-	configure.env      PYTHON=${prefix}/bin/python2.5
+	configure.python      ${prefix}/bin/python2.5
 	depends_lib-append port:python25
 }
 
 variant python26 conflicts python25 python27 \
 description "Use Python 2.6" {
-	configure.env      PYTHON=${prefix}/bin/python2.6
+	configure.python      ${prefix}/bin/python2.6
 	depends_lib-append port:python26
 }
 
 variant python27 conflicts python25 python26 \
 description "Use Python 2.7" {
-	configure.env      PYTHON=${prefix}/bin/python2.7
+	configure.python      ${prefix}/bin/python2.7
 	depends_lib-append port:python27
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120815/dd618823/attachment.html>


More information about the macports-changes mailing list