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