diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-25 13:20:41 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-09-25 13:20:41 +0800 |
commit | a71778f13ce033adc212bce2fbd163c1a37b2cf0 (patch) | |
tree | 1ec0c89a937253f2795a31e4913a7edbb82d4ac4 /finance/gnucash/Makefile | |
parent | ef1ce93731aba5a11b5f620a6d911c1610e2674a (diff) | |
download | marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.tar marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.tar.gz marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.tar.bz2 marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.tar.lz marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.tar.xz marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.tar.zst marcuscom-ports-a71778f13ce033adc212bce2fbd163c1a37b2cf0.zip |
Remove after merge.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1269 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile deleted file mode 100644 index c00b4ab9b..000000000 --- a/finance/gnucash/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# Ports collection makefile for: gnucash -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD: ports/finance/gnucash/Makefile,v 1.66 2003/08/20 14:30:55 adamw Exp $ -# - -PORTNAME= gnucash -PORTVERSION= 1.8.7 -CATEGORIES= finance gnome -MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ - ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ - http://www.linas.org/pub/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnucash - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Quicken-like money and finance manager - -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ - guppi.16:${PORTSDIR}/math/guppi \ - popt.0:${PORTSDIR}/devel/popt \ - ofx.0:${PORTSDIR}/finance/libofx \ - db4.0:${PORTSDIR}/databases/db4 \ - gw-standard.0:${PORTSDIR}/devel/g-wrap -RUN_DEPENDS= ${LOCALBASE}/share/slib/Template.scm:${PORTSDIR}/lang/slib \ - ${SITE_PERL}/HTML/Base.pm:${PORTSDIR}/www/p5-HTML \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/misc/p5-Finance-Quote \ - ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/misc/p5-Finance-QuoteHist \ - ${X11BASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_XPM= yes -USE_PERL5= yes -USE_GNOME= gnomeprefix gnomehack gnomeprint libglade gtkhtml libghttp -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG} \ - --enable-ofx \ - --disable-error-on-warning -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl" - -MAN1= gnc-prices.1 gnucash.1 -INFO= gnucash-design - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/include/db41/db_185.h) -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db41 -post-patch: - @${REINPLACE_CMD} -e "s|db4/db_185.h|db41/db_185.h|g" \ - ${WRKSRC}/configure -.else -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 -.endif - -.include <bsd.port.post.mk> |