summaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r--devel/g-wrap/Makefile15
1 files changed, 9 insertions, 6 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index c107ca0ede4..0eccbf048be 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2003/01/24 04:22:42 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2003/02/24 20:50:19 jschauma Exp $
-DISTNAME= g-wrap-1.2.1
-PKGREVISION= 1
+DISTNAME= g-wrap-1.3.4
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=g-wrap/}
+MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://web.mit.edu/chlee/www/Software/g-wrap/index.html
@@ -12,16 +11,20 @@ COMMENT= tool for importing types, functions, and constants into guile
DEPENDS+= guile-slib>=2.4.2:../../devel/guile-slib
USE_BUILDLINK2= YES
-USE_GMAKE= YES
GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+
CONFIGURE_ARGS+= --with-modules-dir=${GUILE14_PREFIX}/share/guile
CONFIGURE_ENV+= GUILE=${GUILE14}
CONFIGURE_ENV+= BUILD_GUILE=${GUILE14_CONFIG}
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
-USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+.include "../../devel/glib/buildlink2.mk"
.include "../../lang/guile14/buildlink2.mk"
+.include "../../devel/guile-gtk/buildlink2.mk"
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"