Ticket #10081: Portfile.6

File Portfile.6, 1.9 KB (added by mas@…, 18 years ago)

Portfile revision 3 for gnucash-2.0.1

Line 
1# $Id: Portfile,v 1.5 2006/08/07 00:58:39 mas Exp mas $
2
3PortSystem        1.0
4name              gnucash
5version           2.0.1
6revision          3
7categories        x11 gnome
8maintainers       mas@seligma.com
9description       a personal and small-business financial-accounting software
10long_description  GnuCash is a personal and small-business \
11                  financial-accounting software, freely licensed under the \
12                  GNU GPL.  Designed to be easy to use, yet powerful and \
13                  flexible, GnuCash allows you to track bank accounts, \
14                  stocks, income and expenses. As quick and intuitive to \
15                  use as a checkbook register, it is based on professional \
16                  accounting principles to ensure balanced books and \
17                  accurate reports. \
18                  GnuCash is supposed to run as root once after initial \
19                  installation.  This port does not work around this \
20                  decision at the moment.
21homepage          http://www.gnucash.org/
22master_sites      http://www.gnucash.org/pub/gnucash/sources/stable/
23checksums         md5 627bdf6fab9152a1857e5bb8d4887f2a
24depends_lib       lib:XML/Parser.pm:p5-xml-parser \
25                  port:glib1 \
26                  port:glib2 \
27                  port:gconf \
28                  lib:libguile:slib-guile \
29                  bin:g-wrap-config:g-wrap \
30                  lib:libpopt:popt \
31                  lib:libgnomeui:libgnomeui \
32                  lib:libgnomeprintui:libgnomeprintui \
33                  lib:libgtkhtml-3:libgtkhtml3 \
34                  lib:libgsf:libgsf \
35                  lib:libgoffice:goffice
36depends_build     bin:glibtoolize:libtool
37
38configure.env     CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \
39                  CFLAGS="-L${prefix}/lib -I${prefix}/include" \
40                  LDFLAGS=-L${prefix}/lib
41configure.args    --disable-glibtest --disable-debug --disable-profile \
42                  --disable-dependency-tracking
43
44variant quotes {
45        depends_lib-append      lib:Finance/Quote.pm:p5-finance-quote
46}
47
48variant hbci {
49        depends_lib-append      lib:aqbanking:aqbanking
50        configure.args-append   --enable-hbci
51}
52
53variant ofx {
54        depends_lib-append      lib:libofx:libofx
55        configure.args-append   --enable-ofx
56}