From f4389e22aefa2b72f045f399a979af2a2ceb17e6 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Dec 2000 13:53:25 +0000 Subject: Moved misc/emma, misc/gnucash, misc/tclticker, misc/xfinans, misc/xinvest, and x11/xquote to new finance category; only change is addition of 'finance' to CATEGORIES in the Makefiles. --- finance/gnucash/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 finance/gnucash/Makefile (limited to 'finance/gnucash/Makefile') diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile new file mode 100644 index 00000000000..c49c2bcb151 --- /dev/null +++ b/finance/gnucash/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/11 13:53:26 wiz Exp $ +# + +DISTNAME= gnucash-1.4.8 +CATEGORIES= finance +MASTER_SITES= http://www.linas.org/pub/gnucash/gnucash/sources/stable/ \ + ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ + ${MASTER_SITE_SOURCEFORGE:=gnucash/} + +MAINTAINER= drankin@bohemians.lexington.ky.us +HOMEPAGE= http://www.gnucash.org/ + +DEPENDS+= gnome-libs>=1.0.40:../../x11/gnome-libs +DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +DEPENDS+= eperl-2.2.14:../../textproc/eperl +DEPENDS+= g-wrap>=0.9.5:../../devel/g-wrap +DEPENDS+= guile-slib-2c8:../../devel/guile-slib +DEPENDS+= libperl-5.*:../../lang/libperl +DEPENDS+= swig-1.1p5:../../devel/swig +DEPENDS+= libxml>=1.8.7:../../textproc/libxml + +USE_GMAKE= # defined +USE_PERL5= # defined +USE_X11= # defined + +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE+= ${WRKSRC}/ltconfig + +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --with-guile-config=${LOCALBASE}/bin/guile-config +CONFIGURE_ARGS+= --without-motif --without-included-gettext +CONFIGURE_ARGS+= --with-perl-includes=${PERL5_ARCHLIB} + +CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" +CPPFLAGS+= -I${LOCALBASE}/include + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3