# $Id: $ PortSystem 1.0 name gnucash version 2.0.0 revision 0 categories x11 gnome maintainers mas@seligma.com description a personal and small-business financial-accounting software long_description GnuCash is a personal and small-business \ financial-accounting software, freely licensed under the \ GNU GPL. Designed to be easy to use, yet powerful and \ flexible, GnuCash allows you to track bank accounts, \ stocks, income and expenses. As quick and intuitive to \ use as a checkbook register, it is based on professional \ accounting principles to ensure balanced books and \ accurate reports. \ GnuCash is supposed to run as root once after initial \ installation. This port does not work around this \ decision at the moment. \ Please note: This requires g-wrap installed correctly. \ This means two things: One, it needs g-wrap with glib \ support, which will only happen if you had glib1 \ installed when installing g-wrap for the first time! \ If this was not the case, you will get a strange error \ and should uninstall g-wrap. It will be reinstalled \ correctly while fulfilling gnucash dependencies. \ Two, g-wrap uses port slib-guile, which is incomplete. \ Please make sure that there is a symlink installed as \ "ln -s /opt/local/lib/slib /opt/local/share/guile/1.6/slib" homepage http://www.gnucash.org/ master_sites http://www.gnucash.org/pub/gnucash/sources/stable/ checksums md5 d5802c398825500ec322bb2b3229aadd depends_lib lib:XML/Parser.pm:p5-xml-parser \ port:glib1 \ port:glib2 \ port:gconf \ lib:libguile:slib-guile \ bin:g-wrap-config:g-wrap \ lib:libpopt:popt \ lib:libgnomeui:libgnomeui \ lib:libgnomeprintui:libgnomeprintui \ lib:libgtkhtml-3:libgtkhtml3 \ lib:libgsf:libgsf \ lib:libgoffice:goffice depends_build bin:glibtoolize:libtool configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-L${prefix}/lib -I${prefix}/include" \ LDFLAGS=-L${prefix}/lib configure.args --disable-glibtest --disable-debug --disable-profile \ --disable-dependency-tracking variant hcbi { depends_lib-append lib:aqbanking:agbanking configure.args-append --enable-hbci } variant ofx { depends_lib-append lib:libofx:libofx configure.args-append --enable-ofx }