1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/g-wrap/Makefile
Joe Marcus Clarke 71c8105783 Chase guile shared lib number.
Prompted by:	Mike Harding <mvh@ix.netcom.com>
2002-06-19 16:37:57 +00:00

25 lines
576 B
Makefile

# 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= 1.1.9
CATEGORIES= devel
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAKE_ENV= GUILE_LOAD_PATH=${WRKSRC}
.include <bsd.port.mk>