Ticket #17851: Portfile

File Portfile, 1.7 KB (added by dorneles@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem        1.0
4
5name              kmymoney
6version           0.9.2-1
7revision          1
8
9categories        kde finance
10maintainers       nomaintainer
11platforms         darwin
12
13description       a personal finance manager
14long_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
23homepage          http://kmymoney2.sourceforge.net/index-home.html
24master_sites      sourceforge:kmymoney2
25distname          kmymoney2-${version}
26worksrcdir        kmymoney2-0.9.2
27use_bzip2         yes
28checksums         md5 e5c164cb0d654087fa018a3779aa8fe9
29
30depends_lib       port:aqbanking \
31                  port:kdebase3 \
32                  port:libxmlxx2 \
33                  port:qt3
34
35configure.cppflags-append  "-L${prefix}/lib"
36configure.cflags-append    "-L${prefix}/lib"
37configure.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
39configure.env     QTDIR=${prefix}/lib/qt3
40configure.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