1 | # $Id$ |
---|
2 | PortSystem 1.0 |
---|
3 | |
---|
4 | name kmm_banking |
---|
5 | version 0.9.7beta |
---|
6 | # this is specific to this port and *version* for downloading it |
---|
7 | set release 05 |
---|
8 | |
---|
9 | categories devel net kde finance |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | description an online banking external plugin for KMyMoney |
---|
13 | long_description KMyMoney is the personal finance manager for KDE. \ |
---|
14 | This plugin provides an online banking interface \ |
---|
15 | using KBanking within the aqbanking package. \ |
---|
16 | This plugin needs AqBanking3 and KMyMoney 0.8.9 or newer. |
---|
17 | |
---|
18 | homepage http://www.aquamaniac.de/sites/aqbanking/index.php |
---|
19 | master_sites http://www.aquamaniac.de/sites/download/download.php?package=05&release=${release}&file=01&dummy=kmm_banking-${version}.tar.gz |
---|
20 | |
---|
21 | checksums md5 c09878ee7a6980d0ea072f0cbd824115 \ |
---|
22 | sha1 1d9de3516d81054a1e7857f901c0f682cb5a3027 \ |
---|
23 | rmd160 c2ba3b4f67d4f7d713d834bd7e43518f50c2bb54 |
---|
24 | # unverified -- upstream does not publish signatures! |
---|
25 | |
---|
26 | depends_lib port:aqbanking3 \ |
---|
27 | port:gwenhywfar3 |
---|
28 | |
---|
29 | configure.cppflags-append "-L${prefix}/lib" |
---|
30 | configure.cflags-append "-L${prefix}/lib" |
---|
31 | 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" |
---|
32 | configure.env QTDIR=${prefix}/lib/qt3 |
---|
33 | configure.args --with-qt-dir=${prefix}/lib/qt3 \ |
---|
34 | --without-arts |
---|