1 | # $Id: Portfile,v 1.10 2005/12/22 07:12:28 olegb Exp $ |
---|
2 | PortSystem 1.0 |
---|
3 | name grisbi |
---|
4 | version 0.5.9 |
---|
5 | description Easy Personnal Finance Manager for All. |
---|
6 | long_description Grisbi is a personnal accounting application. \ |
---|
7 | Grisbi can manage multiple accounts, currencies and users. It manages \ |
---|
8 | third party, expenditure and receipt categories, as well as budgetary \ |
---|
9 | lines, financial years, and other informations that makes it quite \ |
---|
10 | adapted for associations (except those that require double entry \ |
---|
11 | accounting). |
---|
12 | maintainers gerald@grisbi.org |
---|
13 | categories gnome |
---|
14 | platforms darwin |
---|
15 | homepage http://www.grisbi.org |
---|
16 | master_sites sourceforge |
---|
17 | checksums md5 040fd41c01b9075f84b7edb9b009bb67 |
---|
18 | depends_lib lib:libgtk.2:gtk2 lib:libxml2.2.6.16:libxml2 lib:libofx.0:libofx |
---|
19 | use_bzip2 yes |
---|
20 | configure.args --mandir=${prefix}/share/man |
---|
21 | configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" |
---|
22 | |
---|
23 | variant without-libofx { |
---|
24 | depends_lib-delete lib:libofx.0:libofx |
---|
25 | configure.args-append --without-ofx |
---|
26 | } |
---|