c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.9 2004/10/03 00:14:41 tv Exp $
|
|
|
|
DISTNAME= xinvest-2.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= finance x11
|
|
MASTER_SITES= http://sunsite.dk/xinvest/ \
|
|
${MASTER_SITE_XCONTRIB:=applications/}
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://sunsite.dk/xinvest/xinvest.html
|
|
COMMENT= Personal finance tracking and performance tool
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_IMAKE= YES
|
|
NO_INSTALL_MANPAGES= YES
|
|
|
|
post-patch:
|
|
${TOUCH} ${WRKSRC}/Xinvest.man
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
.include "../../mk/motif.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|