pkgsrc-wip/qhacc/Makefile
Thomas Klausner 41f92d5420 Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:46:54 +00:00

28 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.8 2010/06/13 22:47:15 thomasklausner Exp $
#
DISTNAME= qhacc-3.3
PKGREVISION= 2
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"