pkgsrc/finance/gnucash-devel/Makefile
wiz f9002d6328 Update to 1.9.7:
1.9.7 - 04 June 2006
 	 o Welcome to GnuCash 1.9.7 aka "Banking on Gnu Cash!" the second
	 beta release of the GnuCash Open Source Accounting Software which will
	 eventually lead to the stable version 2.0.0. This release contains
	 many bugfixes since the first beta release.
	 o PLEASE TEST any and all features important to you. Then post any
	 bugs you find to bugzilla
	 http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash
	 o We would like to encourage people to test this and any further
	 releases as much as possible and submit bug reports in order that we
	 can polish GnuCash to be as stable as possible for the 2.0.0 release
	 in a few weeks.
	 o Major bugfixes include -
	 o Hide not finished funtionality for the 2.0 release
	 o Fixes to lots functionality
	 o Fixes to XML import
	 o Patches to work with guile 1.8
	 o HBCI fixes
 	 o Many updated translations.
	 o New splash screen from Joshua Facemyer / Impressus Art
	 o Fix the help file names now the docs are xml instead of html.
	 o Fixes for MacOS and Windows builds
	 o Fixes to progress bar.
	 o UTF8 fixes
	 o Fixes for glib 2.6
2006-06-13 19:54:35 +00:00

69 lines
2.7 KiB
Makefile

# $NetBSD: Makefile,v 1.17 2006/06/13 19:54:35 wiz Exp $
#
DISTNAME= gnucash-1.9.7
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/}
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://gnucash.sourceforge.net/
COMMENT= Personal or business finance management program (development version)
DEPENDS+= guile-slib-[0-9]*:../../devel/guile-slib
DEPENDS+= guile-www-[0-9]*:../../devel/guile-www
USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake makeinfo msgfmt pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= lib/goffice-0.0.4/libgoffice-1.pc.in
PKGCONFIG_OVERRIDE+= lib/libgsf-1.12.3/libgsf-1.pc.in
PKGCONFIG_OVERRIDE+= lib/libgsf-1.12.3/libgsf-gnome-1.pc.in
PKGCONFIG_OVERRIDE+= lib/libgsf-1.12.3/libgsf-win32-1.pc.in
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
GCONF2_SCHEMAS+= apps_gnucash_history.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_commodities.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_common.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_print_checks.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_prices.schemas
GCONF2_SCHEMAS+= apps_gnucash_warnings.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_reconcile.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_totd.schemas
GCONF2_SCHEMAS+= apps_gnucash_general.schemas
GCONF2_SCHEMAS+= apps_gnucash_window_pages_account_tree.schemas
GCONF2_SCHEMAS+= apps_gnucash_window_pages_register.schemas
GCONF2_SCHEMAS+= apps_gnucash_import_generic_matcher.schemas
#GCONF2_SCHEMAS+= apps_gnucash_dialog_hbci.schemas
GCONF2_SCHEMAS+= apps_gnucash_dialog_business_common.schemas
INFO_FILES= # PLIST
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/g-wrap/buildlink3.mk"
.include "../../devel/libgsf/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
BUILDLINK_API_DEPENDS.pango+= pango>=1.8.0
.include "../../devel/pango/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../finance/libofx/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
BUILDLINK_API_DEPENDS.goffice+= goffice>=0.1.2
.include "../../misc/goffice/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../www/gtkhtml38/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"