diff options
Diffstat (limited to 'finance/gnofin/Makefile')
-rw-r--r-- | finance/gnofin/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index 48149d56c11..c27a3c06a93 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,18 +1,22 @@ -# $NetBSD: Makefile,v 1.3 2000/12/15 01:38:29 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/12/15 03:30:48 wiz Exp $ # -DISTNAME= gnofin-0.6.0 +DISTNAME= gnofin-0.8.4 CATEGORIES= finance -MASTER_SITES= ftp://jagger.berkeley.edu/pub/darin/gnofin/source/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnofin/} MAINTAINER= mellon@isc.org HOMEPAGE= http://gnofin.sourceforge.net/ +BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= gnome-libs-*:../../x11/gnome-libs USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_LIBINTL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |