diff options
Diffstat (limited to 'devel/g-wrap/Makefile')
-rw-r--r-- | devel/g-wrap/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile new file mode 100644 index 000000000..78e0bd33f --- /dev/null +++ b/devel/g-wrap/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 +# Ports collection makefile for: g-wrap +# Date created: Jun 29, 2000 +# Whom: Matthew Condell (mcondell@alum.mit.edu) +# +# $FreeBSD$ +# $MCom: ports-experimental/devel/g-wrap/Makefile,v 1.2 2006/09/10 20:35:15 ahze Exp $ + +PORTNAME= g-wrap +PORTVERSION= 1.9.6 +CATEGORIES= devel scheme +MASTER_SITES= SAVANNAH + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A tool for exporting C libraries into Scheme interpreters + +BUILD_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile + +INFO= g-wrap + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= glib20 gnomehack +USE_LDCONFIG= ${PREFIX}/lib/elf + +post-patch: + @${REINPLACE_CMD} -e 's|"glib"|"glib-2.0"|' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> |