Ticket #9881: Portfile

File Portfile, 1008 bytes (added by gerald.niel@…, 18 years ago)

New Portfile

Line 
1# $Id: Portfile,v 1.10 2005/12/22 07:12:28 olegb Exp $
2PortSystem 1.0
3name            grisbi
4version         0.5.9
5description       Easy Personnal Finance Manager for All.
6long_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).
12maintainers     gerald@grisbi.org
13categories      gnome
14platforms       darwin
15homepage        http://www.grisbi.org
16master_sites    sourceforge
17checksums       md5 040fd41c01b9075f84b7edb9b009bb67
18depends_lib     lib:libgtk.2:gtk2 lib:libxml2.2.6.16:libxml2 lib:libofx.0:libofx
19use_bzip2       yes
20configure.args  --mandir=${prefix}/share/man
21configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib"
22
23variant without-libofx {
24        depends_lib-delete      lib:libofx.0:libofx
25        configure.args-append   --without-ofx
26}