Ticket #14707: Portfile

File Portfile, 1.5 KB (added by ddimes@…, 16 years ago)
Line 
1# $Id$
2PortSystem        1.0
3
4name              kmymoney2
5version           0.8.9
6revision          0
7categories        kde finance
8maintainers       nomaintainer
9platforms         darwin
10description       a personal finance manager
11long_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                 
20homepage          http://kmymoney2.sourceforge.net/index-home.html
21master_sites      sourceforge \
22                  http://downloads.sourceforge.net/kmymoney2/
23use_bzip2         yes
24checksums         md5 1f0c412f88b9344c18562fbca3c10717
25
26depends_lib       port:aqbanking3 \
27                  port:kdebase3 \
28                  port:qt3
29
30configure.cppflags-append  "-L${prefix}/lib"
31configure.cflags-append    "-L${prefix}/lib"
32configure.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"
33configure.env     QTDIR=${prefix}/lib/qt3
34configure.args    --with-qt-dir=${prefix}/lib/qt3 \
35                  --without-arts