1999-04-27 20:11:57 +00:00
|
|
|
# Ports collection makefile for: gnucash
|
1998-07-28 23:43:25 +00:00
|
|
|
# Date created: Mon Feb 03, 1997
|
|
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1998-07-28 23:43:25 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= gnucash
|
2005-11-26 00:43:06 +00:00
|
|
|
PORTVERSION= 1.8.12
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 1
|
2003-02-06 03:20:56 +00:00
|
|
|
CATEGORIES= finance gnome
|
2000-09-07 15:46:38 +00:00
|
|
|
MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \
|
2000-07-19 11:49:50 +00:00
|
|
|
${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnucash
|
1998-07-28 23:43:25 +00:00
|
|
|
|
2005-05-12 15:56:09 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-13 20:31:53 +00:00
|
|
|
COMMENT= Quicken-like money and finance manager
|
1998-07-28 23:43:25 +00:00
|
|
|
|
2003-05-02 03:29:26 +00:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
|
2002-01-25 06:28:45 +00:00
|
|
|
guppi.16:${PORTSDIR}/math/guppi \
|
2001-09-29 07:21:58 +00:00
|
|
|
popt.0:${PORTSDIR}/devel/popt \
|
2005-08-31 22:16:57 +00:00
|
|
|
ofx.2:${PORTSDIR}/finance/libofx \
|
2003-02-05 06:12:43 +00:00
|
|
|
gw-standard.0:${PORTSDIR}/devel/g-wrap
|
2003-12-18 17:50:56 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile \
|
2003-06-01 00:45:21 +00:00
|
|
|
${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 \
|
2004-01-22 21:12:03 +00:00
|
|
|
${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \
|
|
|
|
${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \
|
2003-02-18 03:45:50 +00:00
|
|
|
${X11BASE}/share/gnome/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs
|
2000-03-26 13:16:31 +00:00
|
|
|
|
2005-06-08 15:06:26 +00:00
|
|
|
OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" off
|
|
|
|
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-03-26 13:16:31 +00:00
|
|
|
USE_GMAKE= yes
|
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
|
|
|
USE_XPM= yes
|
2000-03-26 13:16:31 +00:00
|
|
|
USE_PERL5= yes
|
2005-11-26 00:43:06 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomeprint libglade gtkhtml libghttp intltool intlhack
|
2003-02-05 06:12:43 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-08-21 16:45:57 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-02-05 06:12:43 +00:00
|
|
|
CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG} \
|
2003-02-17 21:24:43 +00:00
|
|
|
--enable-ofx \
|
2003-02-05 06:12:43 +00:00
|
|
|
--disable-error-on-warning
|
2000-10-05 07:10:50 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2001-07-31 09:53:38 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl"
|
2000-10-05 07:10:50 +00:00
|
|
|
|
2000-07-19 11:49:50 +00:00
|
|
|
MAN1= gnc-prices.1 gnucash.1
|
2003-08-17 04:14:30 +00:00
|
|
|
INFO= gnucash-design
|
1998-07-28 23:43:25 +00:00
|
|
|
|
2003-08-20 14:30:55 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if exists(${LOCALBASE}/include/db41/db_185.h)
|
2005-05-12 15:53:24 +00:00
|
|
|
LIB_DEPENDS+= db41.1:${PORTSDIR}/databases/db41
|
2003-08-20 14:30:55 +00:00
|
|
|
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
|
|
|
|
|
2005-06-08 15:06:26 +00:00
|
|
|
# WITH_OPENHBCI is old synonym for aqbanking option
|
|
|
|
.if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI)
|
2005-11-26 20:15:16 +00:00
|
|
|
LIB_DEPENDS+= aqbanking.5:${PORTSDIR}/finance/aqbanking \
|
2005-11-26 00:43:06 +00:00
|
|
|
ktoblzcheck.4:${PORTSDIR}/finance/ktoblzcheck
|
2003-12-18 17:50:56 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-hbci
|
2005-11-26 00:43:06 +00:00
|
|
|
PLIST_SUB= AQBANKING=""
|
2005-06-08 15:06:26 +00:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-hbci
|
2005-11-26 00:43:06 +00:00
|
|
|
PLIST_SUB= AQBANKING="@comment "
|
2003-12-18 17:50:56 +00:00
|
|
|
.endif
|
|
|
|
|
2004-06-19 20:58:40 +00:00
|
|
|
post-configure:
|
|
|
|
@${RM} ${WRKSRC}/src/doc/design/gnucash-design.info
|
|
|
|
|
2003-08-20 14:30:55 +00:00
|
|
|
.include <bsd.port.post.mk>
|