[23307] trunk/dports/devel/aqbanking/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 28 10:23:10 PDT 2007


Revision: 23307
          http://trac.macosforge.org/projects/macports/changeset/23307
Author:   mas at macports.org
Date:     2007-03-28 10:23:10 -0700 (Wed, 28 Mar 2007)

Log Message:
-----------
variant reshuffle; now build with OFX support by default

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

Modified: trunk/dports/devel/aqbanking/Portfile
===================================================================
--- trunk/dports/devel/aqbanking/Portfile	2007-03-28 17:19:14 UTC (rev 23306)
+++ trunk/dports/devel/aqbanking/Portfile	2007-03-28 17:23:10 UTC (rev 23307)
@@ -3,7 +3,7 @@
 PortSystem        1.0
 name              aqbanking
 version           2.2.9
-revision	  0
+revision	  1
 categories        devel net
 maintainers       mas at seligma.com
 description       a generic online banking interface
@@ -22,7 +22,8 @@
 depends_lib	  port:gwenhywfar \
 		  port:qt3 \
 		  port:ktoblzcheck \
-		  port:libglade2
+		  port:libglade2 \
+		  port:libofx
 depends_build	  port:libtool
 
 configure.env	  CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
@@ -32,23 +33,24 @@
 configure.args	  --disable-kde3 \
 		  --disable-dependency-tracking \
 		  --with-frontends="cbanking g2banking qbanking" \
-		  --with-backends="aqhbci aqdtaus aqnone" \
-		  --disable-libofx \
+		  --with-backends="aqhbci aqdtaus aqofxconnect aqnone" \
+		  --enable-libofx \
 		  --disable-chipcard-client \
 		  --disable-chipcard-client-test
 
-variant enable_ofx conflicts enable_geldkarte {
-	depends_lib-append	port:libofx
-	configure.args-delete	--disable-libofx
-	configure.args-append	--with-backends="aqhbci aqdtaus aqofxconnect aqnone" \
-				--enable-libofx
+variant disable_ofx {
+	depends_lib-delete	port:libofx
+	configure.args-delete	--with-backends="aqhbci aqdtaus aqofxconnect aqnone"
+	configure.args-delete	--enable-libofx
+	configure.args-append	--with-backends="aqhbci aqdtaus aqnone" \
+				--disable-libofx
 }
 
-variant enable_geldkarte conflicts enable_ofx {
+variant enable_geldkarte conflicts disable_ofx {
 	depends_lib-append	port:libchipcard
 	configure.args-delete	--disable-chipcard-client
 	configure.args-delete	--disable-chipcard-client-test
-	configure.args-append	--with-backends="aqhbci aqdtaus aqgeldkarte aqnone" \
+	configure.args-append	--with-backends="aqhbci aqdtaus aqofxconnect aqgeldkarte aqnone" \
 				--enable-chipcard-client \
 				--enable-chipcard-client-test
 }

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


More information about the macports-changes mailing list