aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
blob: ec9cbb0cfb3958288144e072afc1daebbb0a138a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.11
CATEGORIES=	devel
MASTER_SITES=	http://www.gnucash.org/pub/g-wrap/source/ \
		http://people.freebsd.org/~sobomax/

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>