pkgsrc-wip/qhacc/Makefile
Aleksej Saushev 6e302ef136 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 14:53:42 +00:00

30 lines
748 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/10/07 14:53:42 asau 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
PKG_DESTDIR_SUPPORT= none
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"