1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name kmymoney |
---|
6 | version 0.9.2-1 |
---|
7 | revision 1 |
---|
8 | |
---|
9 | categories kde finance |
---|
10 | maintainers nomaintainer |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description a personal finance manager |
---|
14 | long_description KMyMoney is the personal finance manager for KDE. \ |
---|
15 | It operates in a similar way to Microsoft Money and \ |
---|
16 | Quicken, it supports different account types, categorisation \ |
---|
17 | of expenses and incomes, reconciliation of bank accounts, \ |
---|
18 | QIF import/export, multiple currencies and initial online \ |
---|
19 | banking support. \ |
---|
20 | Released under the GNU General Public License. \ |
---|
21 | KMyMoney is free software. |
---|
22 | |
---|
23 | homepage http://kmymoney2.sourceforge.net/index-home.html |
---|
24 | master_sites sourceforge:kmymoney2 |
---|
25 | distname kmymoney2-${version} |
---|
26 | worksrcdir kmymoney2-0.9.2 |
---|
27 | use_bzip2 yes |
---|
28 | checksums md5 e5c164cb0d654087fa018a3779aa8fe9 |
---|
29 | |
---|
30 | depends_lib port:aqbanking \ |
---|
31 | port:kdebase3 \ |
---|
32 | port:libxmlxx2 \ |
---|
33 | port:qt3 |
---|
34 | |
---|
35 | configure.cppflags-append "-L${prefix}/lib" |
---|
36 | configure.cflags-append "-L${prefix}/lib" |
---|
37 | 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" |
---|
38 | |
---|
39 | configure.env QTDIR=${prefix}/lib/qt3 |
---|
40 | configure.args --with-qt-dir=${prefix}/lib/qt3 \ |
---|
41 | --without-arts \ |
---|
42 | --enable-mac \ |
---|
43 | --enable-ofxbanking \ |
---|
44 | CXX=/opt/local/bin/g++-mp-4.3 |
---|