2000-07-10 06:16:53 +02:00
|
|
|
# ex:ts=8
|
2000-07-15 20:34:05 +02:00
|
|
|
# Ports collection makefile for: g-wrap
|
|
|
|
# Date created: Jun 29, 2000
|
|
|
|
# Whom: Matthew Condell (mcondell@alum.mit.edu)
|
2000-07-10 06:16:53 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= g-wrap
|
2003-02-05 07:11:32 +01:00
|
|
|
PORTVERSION= 1.3.4
|
2006-07-02 06:03:11 +02:00
|
|
|
PORTREVISION= 9
|
2003-08-28 02:01:09 +02:00
|
|
|
CATEGORIES= devel scheme
|
2002-08-19 17:22:30 +02:00
|
|
|
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
|
|
|
|
http://people.freebsd.org/~sobomax/
|
2000-07-10 06:16:53 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-04 18:48:26 +01:00
|
|
|
COMMENT= A tool for exporting C libraries into Scheme interpreters
|
2000-07-10 06:16:53 +02:00
|
|
|
|
2003-12-17 19:59:28 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile
|
2003-05-02 05:29:26 +02:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
|
2003-03-04 18:48:26 +01:00
|
|
|
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
|
2005-06-06 16:39:06 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile
|
2000-07-10 06:16:53 +02:00
|
|
|
|
2003-08-16 12:07:08 +02:00
|
|
|
INFO= g-wrap
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-02-05 07:11:32 +01:00
|
|
|
USE_GMAKE= yes
|
2003-03-04 18:48:26 +01:00
|
|
|
USE_GNOME= gtk12
|
2000-07-15 20:34:05 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-03-04 18:48:26 +01:00
|
|
|
CONFIGURE_ENV+= GW_GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
MAKE_ENV+= GUILE_LOAD_PATH=${WRKSRC}
|
2000-07-10 06:16:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|