pkgsrc/finance/gnofin/Makefile
hubertf e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00

25 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.7 2001/03/27 03:19:56 hubertf Exp $
#
DISTNAME= gnofin-0.8.4
CATEGORIES= finance
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnofin/}
MAINTAINER= mellon@isc.org
HOMEPAGE= http://gnofin.sourceforge.net/
COMMENT= Personal checking/savings account management program
BUILD_USES_MSGFMT= yes
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
DEPENDS+= libxml>=1.8.10:../../textproc/libxml
USE_X11= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBINTL= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"