summaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-14 14:24:31 +0000
committerwiz <wiz@pkgsrc.org>2007-01-14 14:24:31 +0000
commit261aacc4b53f6e2f09185fc5e0fd42ea1308ab90 (patch)
tree5cd64cecf6a939cba1fa9c014ff75c0b570797a0 /devel/g-wrap/Makefile
parentdaa1003647f6a3bdff32f2ebf50d88feb03888b1 (diff)
downloadpkgsrc-261aacc4b53f6e2f09185fc5e0fd42ea1308ab90.tar.gz
Update to 1.9.7:
Version 1.9.7 - The shared libraries now reside in $(pkglibdir)/modules (e.g. /usr/lib/g-wrap/modules). - Users are now allowed to chose in which module generic functions should be defined. - New feature: aggregated typespecs. See the node `Wrapping a C Function' of the manual for details. - Users can now specify a free and a mark function, as well as an equality predicate for wrapped C types (WCTs) in `wrap-as-wct!'. - Improved documentation with an API reference (yet to be finished). - Several bugfixes.
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r--devel/g-wrap/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index d6be2a0f440..3618cb25caa 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2006/04/08 23:41:44 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2007/01/14 14:24:31 wiz Exp $
-DISTNAME= g-wrap-1.9.6
-PKGREVISION= 2
+DISTNAME= g-wrap-1.9.7
CATEGORIES= devel
MASTER_SITES= http://savannah.nongnu.org/download/g-wrap/
@@ -11,12 +10,12 @@ COMMENT= Tool for generating guile wrappers for C code
DEPENDS+= guile-lib>=0.1.2:../../devel/guile-lib
-
GNU_CONFIGURE= YES
USE_TOOLS+= gmake makeinfo pkg-config
USE_LIBTOOL= YES
TEST_TARGET= check
INFO_FILES= # PLIST
+CONFIGURE_ENV+= ac_cv_prog_have_glib=yes
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site/g-wrap/guile/ws