1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name grisbi-devel |
---|
6 | set betaversion 0.6.0rc1 |
---|
7 | set cvsversion 20100101 |
---|
8 | version ${betaversion}.${cvsversion} |
---|
9 | revision 5 |
---|
10 | epoch ${cvsversion} |
---|
11 | |
---|
12 | description Easy Personnal Finance Manager for All. |
---|
13 | |
---|
14 | long_description Grisbi is a personnal accounting application. \ |
---|
15 | Grisbi can manage multiple accounts, currencies and users. It manages \ |
---|
16 | third party, expenditure and receipt categories, as well as budgetary \ |
---|
17 | lines, financial years, and other informations that makes it quite \ |
---|
18 | adapted for associations (except those that require double entry \ |
---|
19 | accounting). |
---|
20 | |
---|
21 | maintainers grisbi.org:gerald |
---|
22 | categories gnome |
---|
23 | platforms darwin |
---|
24 | homepage http://www.grisbi.org |
---|
25 | master_sites http://www.gegeweb.org/grisbi/src/ \ |
---|
26 | sourceforge |
---|
27 | distname grisbi-${betaversion}.${cvsversion} |
---|
28 | checksums md5 48fd934d8f250c28f1a17ba2d63f0dbb |
---|
29 | conflicts grisbi |
---|
30 | depends_lib lib:libgtk.2:gtk2 \ |
---|
31 | lib:libxml2.2.6.16:libxml2 \ |
---|
32 | lib:libofx.0:libofx |
---|
33 | use_bzip2 yes |
---|
34 | |
---|
35 | configure.args --mandir=${prefix}/share/man |
---|
36 | configure.cppflags-append "-L${prefix}/lib" |
---|
37 | if {$build_arch == "x86_64"} { |
---|
38 | configure.build_arch i386 |
---|
39 | configure.universal_archs i386 |
---|
40 | } elseif {$build_arch == "ppc64"} { |
---|
41 | configure.build_arch ppc |
---|
42 | configure.universal_archs ppc |
---|
43 | } |
---|
44 | |
---|
45 | variant no_ofx description {Don't include LibOFX support} { |
---|
46 | depends_lib-delete lib:libofx.0:libofx |
---|
47 | configure.args-append --without-ofx |
---|
48 | } |
---|
49 | |
---|
50 | livecheck.regex "<title>${name} (\\d+(?:\\.\\d+)*) released.*</title>" |
---|