summaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2000-06-26 16:57:07 +0000
committerrh <rh@pkgsrc.org>2000-06-26 16:57:07 +0000
commit266c423cf88d6f138889a4f0ceb146960ed9f9cc (patch)
tree1f958c7aa8deafa7eb11b4044b1a067396330dde /devel/g-wrap/Makefile
parenta041b5627e5f7b05586bcbb647655de92934f0a7 (diff)
downloadpkgsrc-266c423cf88d6f138889a4f0ceb146960ed9f9cc.tar.gz
Initial import of g-wrap-0.9.4, a tool for importing types, functions, and
constants into guile.
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r--devel/g-wrap/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
new file mode 100644
index 00000000000..e29076ce6df
--- /dev/null
+++ b/devel/g-wrap/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/06/26 16:57:07 rh Exp $
+#
+
+DISTNAME= g-wrap-0.9.4
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
+
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.cs.cmu.edu/afs/cs.cmu.edu/usr/chrislee/www/Software/g-wrap/
+
+DEPENDS+= guile>=1.3.4:../../lang/guile
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+
+.include "../../mk/bsd.pkg.mk"