Ticket #31588: grisbi-ryandesign.diff
File grisbi-ryandesign.diff, 2.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name grisbi 7 version 0.6.0 7 version 0.8.8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 license GPL-2+ 8 10 description Easy Personnal Finance Manager for All. 9 11 long_description Grisbi is a personnal accounting application. \ 10 12 Grisbi can manage multiple accounts, currencies and users. It manages \ … … 16 18 categories gnome 17 19 platforms darwin 18 20 homepage http://www.grisbi.org 19 checksums sha1 d76973eaa068827d0239b2a6d7c411f78ae743fb \ 20 rmd160 dedd2375136b36ab69026f42207cecb18c74190f 21 master_sites http://grisbi.gegeweb.org/src/${version} \ 22 sourceforge 23 depends_lib lib:libgtk.2:gtk2 lib:libxml2.2.6.16:libxml2 lib:libofx.0:libofx 21 master_sites sourceforge:project/grisbi/grisbi%20stable/${branch}.x 24 22 use_bzip2 yes 25 23 26 configure.args --mandir=${prefix}/share/man 27 configure.args-append --with-balance-estimate 28 configure.cppflags-append " -L${prefix}/lib" 24 checksums rmd160 43937d66a4527b1da28bbc566fe6c0773994ec52 \ 25 sha256 7c69fbdff557c4b82de0b878fc2b7f6c93ab9abd72351eabbdecc9be4d78946f 29 26 30 universal_variant no 31 supported_archs ppc i386 27 depends_build port:pkgconfig \ 28 port:intltool 32 29 33 variant no_ofx description {Don't include LibOFX support} { 34 depends_lib-delete lib:libofx.0:libofx 35 configure.args-append --without-ofx 30 depends_lib port:gtk2 \ 31 port:libxml2 32 33 configure.args --disable-silent-rules \ 34 --without-ofx 35 36 variant no_ofx description {Legacy compatibility variant} {} 37 if {[variant_isset no_ofx]} { 38 default_variants -ofx 39 } else { 40 default_variants +ofx 36 41 } 37 42 38 livecheck.regex "<title>${name} (\\d+(?:\\.\\d+)*) released.*</title>" 43 variant ofx description {Include LibOFX support} { 44 depends_lib-append port:libofx 45 configure.args-delete --without-ofx 46 } 47 48 livecheck.regex /${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}