Ticket #23951: Portfile-aqbanking_4.1.4-4.2.4.diff
File Portfile-aqbanking_4.1.4-4.2.4.diff, 3.0 KB (added by mkae (Marko Käning), 15 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name aqbanking 7 version 4. 1.47 version 4.2.4 8 8 # this is specific to this port and *version* for downloading it 9 set release 419 set release 50 10 10 11 11 categories devel net finance 12 12 maintainers nomaintainer … … 23 23 homepage http://www2.aquamaniac.de/sites/aqbanking/index.php 24 24 master_sites http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${release}&file=01&dummy= 25 25 26 checksums md5 7936669649f66b880200cdad23692586\27 sha1 7b80bb570c79beaae5333746093e3cd1a20fd0e6 \28 rmd160 766519c7ed860ec5044feccedab82ae7b3ae5a8a29 26 checksums md5 244f5c6e470b55452d9f2cb6c081c137 \ 27 sha1 a140500ed11cf3ceefed16e202e4a1043cdb07f6 \ 28 rmd160 5319b3012bb2a3fb1e44bb747f9b6f5dff7efcd2 29 30 30 depends_lib port:gwenhywfar \ 31 31 port:qt3 \ 32 32 port:ktoblzcheck \ … … 42 42 configure.cflags-append "-L${prefix}/lib" 43 43 configure.ldflags-append "-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib" 44 44 configure.env QTDIR=${prefix}/lib/qt3 45 configure.args --with-qt- dir=${prefix}/lib/qt3 \45 configure.args --with-qt-libs=${prefix}/lib/qt3 \ 46 46 --enable-static \ 47 47 --disable-dependency-tracking \ 48 48 --with-frontends="cbanking g2banking qbanking" \ 49 49 --with-backends="aqhbci aqofxconnect aqnone" \ 50 --enable-libofx \ 51 --disable-chipcard-client \ 52 --disable-chipcard-client-test 53 54 variant disable_ofx description "Disable OFX support" { 55 depends_lib-delete port:libofx 56 configure.args-delete --with-backends="aqhbci aqofxconnect aqnone" 57 configure.args-delete --enable-libofx 58 configure.args-append --with-backends="aqhbci aqnone" \ 59 --disable-libofx 60 } 50 # not supplied anymore in version 4.2.4 51 # --enable-libofx 52 # --disable-chipcard-client \ 53 # --disable-chipcard-client-test 54 55 #variant disable_ofx description "Disable OFX support" { 56 # depends_lib-delete port:libofx 57 # configure.args-delete --with-backends="aqhbci aqofxconnect aqnone" 58 # configure.args-delete --enable-libofx 59 # configure.args-append --with-backends="aqhbci aqnone" \ 60 # --disable-libofx 61 #} 61 62 62 63 #variant enable_geldkarte conflicts disable_ofx description "Enable geldkarte" { 63 64 # depends_lib-append port:libchipcard