2000-07-10 00:16:53 -04:00
|
|
|
# ex:ts=8
|
2000-07-15 14:34:05 -04:00
|
|
|
# Ports collection makefile for: g-wrap
|
|
|
|
# Date created: Jun 29, 2000
|
|
|
|
# Whom: Matthew Condell (mcondell@alum.mit.edu)
|
2000-07-10 00:16:53 -04:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= g-wrap
|
2001-07-31 05:37:50 -04:00
|
|
|
PORTVERSION= 1.1.9
|
2000-07-10 00:16:53 -04:00
|
|
|
CATEGORIES= devel
|
2000-07-15 14:34:05 -04:00
|
|
|
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
|
2000-07-10 00:16:53 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-07-10 00:16:53 -04:00
|
|
|
|
2001-07-31 05:37:50 -04:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
|
2000-08-03 21:05:13 -04:00
|
|
|
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
|
2001-07-31 05:37:50 -04:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
|
2000-07-10 00:16:53 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2000-07-15 14:34:05 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-07-31 05:37:50 -04:00
|
|
|
MAKE_ENV= GUILE_LOAD_PATH=${WRKSRC}
|
2000-07-10 00:16:53 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|