diff options
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r-- | devel/g-wrap/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile new file mode 100644 index 000000000000..fb86fd9afbb4 --- /dev/null +++ b/devel/g-wrap/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: g-wrap +# Date created: Jun 29, 2000 +# Whom: Matthew Condell (mcondell@alum.mit.edu) +# +# $FreeBSD$ +# + +PORTNAME= g-wrap +PORTVERSION= 0.9.4 +CATEGORIES= devel +MASTER_SITES= ftp://www.gnucash.org/pub/g-wrap/source/ + +MAINTAINER= ports@freebsd.org + +LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile + +INSTALLS_SHLIB= yes + +USE_GMAKE= yes +USE_LIBTOOL= yes + +post-install: + install-info --section "Scheme Programming" \ + --entry "* g-wrap: (g-wrap). A tool for exporting C libraries into Scheme interpreters."\ + ${PREFIX}/info/g-wrap.info ${PREFIX}/info/dir + +.include <bsd.port.mk> |