blob: 5b46ebf5f7fd2bf9a4114427cf2cb59f0d7722a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:32 jlam Exp $
#
DISTNAME= gnucash-1.4.12
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/
COMMENT= Personal double-entry accounting program
DEPENDS+= gnome-libs>=1.0.40:../../x11/gnome-libs
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>=${LIBPERL5_REQD}:../../lang/libperl
DEPENDS+= swig-1.1p5:../../devel/swig
DEPENDS+= libxml>=1.8.7:../../textproc/libxml
LIBPERL5_REQD= ${PERL5_REQD}
USE_GMAKE= # defined
USE_PERL5= # defined
USE_X11= # defined
USE_LIBINTL= # 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}"
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"
|