summaryrefslogtreecommitdiff
path: root/devel/g-wrap/Makefile
blob: b3fdb406e36f6c5bb9cd9ee7dcf2755d5c0fd9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.10 2002/09/24 09:48:51 jlam Exp $

DISTNAME=	g-wrap-1.2.1
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.gnucash.org/pub/g-wrap/source/

MAINTAINER=	rh@netbsd.org
HOMEPAGE=	http://web.mit.edu/chlee/www/Software/g-wrap/index.html
COMMENT=	tool for importing types, functions, and constants into guile

DEPENDS+=	guile-slib>=2.4.2:../../devel/guile-slib

USE_BUILDLINK2=		YES
USE_GMAKE=		YES

GNU_CONFIGURE=		YES
CONFIGURE_ENV+=		ac_cv_path_RSCHEME="nope"

USE_LIBTOOL=		YES
LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig

.include "../../lang/guile/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"