3a27c1fead
Package changes include: - comment remove "personal" - remove post-patch - use INSTALLATION_DIRS - use regular install to install i18n files - put examples under "easysetup" subdirectory - update TODO - regenerate patch-aa - patch-ab is so extras are installed to correct place - patch-ac gets rid of "function" and "typeset" from shell script - patch-ad installs data to correct location ChangeLog to 3.3 says: VERSION 3.3 2005-XX-XX * added initial support market transactions * added support for void transactions * added per-transaction handling of taxable status * added reconcile window option to show tranactions from all journals * added option to generate Profit/Loss report on asset accounts only * improved transeditor's handling of updated accounts * fixed command line invocation for --create and --plugins * fixed gpg plugin for GPGME 1.0.X * fixed titlebar bug when changing dataset name VERSION 3.2.3a 2004-12-12 * fixed double-entry account field in transaction editor VERSION 3.2.3 2004-12-08 * added ability to use account numbers in place of names in interface * added SQLite3 support * added Bulgarian, Spanish translations mproved default handling of i18n directories * fixed Chooser display when account has no balance * fixed drag-and-drop to Chooser (was disabled) * fixed installation layout paths to help packagers (moved plugins to libdir/plugins from prefix/plugins) * fixed transaction editor to honor ignorecase preference in NUM field VERSION 3.2.2 2004-10-25 * added GnuPG database plugin * added support for libOFX 0.7.0 * improved native database speed when updating or deleting transactions * improved error handling for inaccessible QHACC_HOME values * fixed in-place account renaming in Chooser * fixed reconcile window miscalculation * fixed segfault in reconcile window when repeatedly adding transactions * fixed status bar displaying wrong account balance when changing journals * fixed "missing" memorized transactions in Viewer after save (see ChangeLog for more)
27 lines
714 B
Makefile
27 lines
714 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/08/11 01:26:54 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= qhacc-3.3
|
|
CATEGORIES= finance
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qhacc/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://qhacc.sourceforge.net/
|
|
COMMENT= The Q Home Accountant for bookkeeping
|
|
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS= gmake
|
|
|
|
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/qhacc
|
|
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/qhacc
|
|
|
|
INSTALLATION_DIRS+= share/examples/qhacc/easysetup
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/easysetup/[a-t]* ${PREFIX}/share/examples/qhacc/easysetup
|
|
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|