pkgsrc/finance/gnucash/Makefile
tron 75f8c82fbe Update "gnucash" package to version 1.6.0. Changes since version 1.4.8:
- more sql backend work
- updated translations for Portuguese, German, Swedish, and Danish
- a little ray of sunshine
- updated documentation (English & Portuguese)
- updated German and Portuguese translations
- more work on sql backend
- fixes for FreeBSD
- updated documentation
- updated Norwegian and Portuguese translations
- second alpha release
- updated user documentation
- updated api documentation
- alpha release, string freeze
- new user account hierarchy wizard
- account hierarchy export
- reporting improvements
- transfer dialog auto-completion
- reporting improvements
- many misc GUI improvements
- updated German and Portuguese translations
- fixes for Solaris
- more new & improved reports
- use of gnome MDI for main window
- GUI improvements
- several new & improved reports/graphs
- online price quotes now work
- new main window display
- Spanish & Portuguese translations of the manual
- new XML file format
- better support for importing qifs from online banks
- improved checking register
- support for charts & graphs
- financial calculator
- new user account hierarchy wizard
- many UI improvements
- fixes for Solaris 8
- fixes for gnome-print 0.23
- new Spanish translation
- new Russion translation
- improved qif importing
- updated documentation
- lots of bug fixes
- switch to gtkhtml widget
- updated French translations
- improved qif importing
- fix for g-wrap 0.9.4
2001-07-01 16:03:30 +00:00

48 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2001/07/01 16:03:30 tron Exp $
DISTNAME= gnucash-1.6.0
CATEGORIES= finance
MASTER_SITES= http://www.linas.org/pub/gnucash/gnucash/sources/stable/ \
ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
${MASTER_SITE_SOURCEFORGE:=gnucash/}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gnucash.org/
COMMENT= Personal double-entry accounting program
DEPENDS+= eperl-2.2.14:../../textproc/eperl
DEPENDS+= g-wrap>=1.1.10:../../devel/g-wrap
DEPENDS+= guile-slib-2c8:../../devel/guile-slib
DEPENDS+= guppi>=0.35.5nb1:../../math/guppi
DEPENDS+= libperl>=${LIBPERL5_REQD}:../../lang/libperl
DEPENDS+= popt>=1.5:../../devel/popt
DEPENDS+= swig-1.1p5:../../devel/swig
LIBPERL5_REQD= ${PERL5_REQD}
USE_GMAKE= YES
USE_PERL5= YES
USE_X11BASE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-guile-config=${LOCALBASE}/bin/guile-config
CONFIGURE_ARGS+= --without-motif --without-included-gettext
CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB}
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == NetBSD)
CPPFLAGS+= -I${WRKSRC}/include
post-extract:
${MKDIR} ${WRKSRC}/include
${LN} -s /usr/include/db.h ${WRKSRC}/include/db_185.h
.endif
.include "../../mk/bsd.pkg.mk"