1 | PortSystem 1.0 |
---|
2 | |
---|
3 | name grisbi-devel |
---|
4 | |
---|
5 | description Easy Personnal Finance Manager for All. |
---|
6 | |
---|
7 | long_description Grisbi is a personnal accounting application. \ |
---|
8 | Grisbi can manage multiple accounts, currencies and users. It manages \ |
---|
9 | third party, expenditure and receipt categories, as well as budgetary \ |
---|
10 | lines, financial years, and other informations that makes it quite \ |
---|
11 | adapted for associations (except those that require double entry \ |
---|
12 | accounting). |
---|
13 | |
---|
14 | maintainers grisbi.org:gerald |
---|
15 | categories gnome |
---|
16 | platforms darwin |
---|
17 | homepage http://www.grisbi.org |
---|
18 | version cvs |
---|
19 | |
---|
20 | conflicts grisbi |
---|
21 | depends_lib lib:libgtk.2:gtk2 \ |
---|
22 | lib:libxml2.2.6.16:libxml2 \ |
---|
23 | lib:libofx.0:libofx |
---|
24 | |
---|
25 | fetch.type cvs |
---|
26 | cvs.root :pserver:anonymous@cvs.grisbi.org:/cvsroot/grisbi |
---|
27 | cvs.module grisbi |
---|
28 | worksrcdir grisbi |
---|
29 | configure.cmd "./autogen.sh && ./configure" |
---|
30 | |
---|
31 | configure.args --mandir=${prefix}/share/man |
---|
32 | configure.args-append --with-balance-estimate |
---|
33 | configure.cppflags-append "-L${prefix}/lib" |
---|
34 | universal_variant no |
---|
35 | |
---|
36 | if {$build_arch == "x86_64"} { |
---|
37 | configure.build_arch i386 |
---|
38 | } elseif {${build_arch} == "ppc64"} { |
---|
39 | configure.build_arch ppc |
---|
40 | } |
---|
41 | |
---|
42 | variant no_ofx description {Don't include LibOFX support} { |
---|
43 | depends_lib-delete lib:libofx.0:libofx |
---|
44 | configure.args-append --without-ofx |
---|
45 | } |
---|
46 | |
---|