pkgsrc/finance/gnucash-devel/Makefile
wiz 4105d86f09 Update to 1.9.2:
1.9.2 - 05 Mar 2006
o Welcome to GnuCash 1.9.2 aka "With extra flavor enhancements" the
  third of several unstable releases 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 second release
  but is still only intended for developers and adventurous testers who
  want to help tracking down bugs.
o WARNING WARNING WARNING - Make sure you make backups of any files
  used in testing versions of GnuCash in the 1.9.x series. Although the
  developers go to great lengths to ensure that no data will be lost we
  cannot guarentee that your data will not be affected if for some
  reason GnuCash crashes in testing these releases.
o PLEASE TEST TEST AND TEST SOME MORE 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 Major bugfixes include -
o More Register fixes.
o HIGify the scheduled transaction dialogs.
o Fix the qof configure test for OSX.
o Compile cleanly with when _FORTIFY_SOURCE is defined.  This
  definition is forced when building RPMs on FC4.
o Catch and defer the quit command if a file save is in progress.
o Disable quote related functionality when F::Q isn't installed.
o Lots of Qof fixes.
o Add ebuild for gnucash 1.9/2.0 series.
o Fix x-axis labeling and other barchart improvements.
o Get MT940 importer to compile again (experimental; requires
  aqbanking-1.9.7). It is not yet tested with actual files.
o Menu and toolbar fixes.
o Remember the order in which the notebook tabs are referenced.
o Updates to business invoicing functionality.
o Fix Chart of Accounts export so it works again.
o Add support for using multi-byte unicode thousands separator and
  decimal point characters when printing numbers.
o Lots of fixes to splits and transaction editing.
o Added new icons.
2006-03-07 04:32:48 +00:00

70 lines
2.7 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2006/03/07 04:32:48 wiz Exp $
#
DISTNAME= gnucash-1.9.2
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_MSGFMT_PLURALS= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake makeinfo 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= gnucash-design.info
.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_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_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_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../www/gtkhtml38/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"