blob: fee2b42b57e5b3ee63b0b7bb4e254f8f92bc4f62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.9 2002/08/21 00:21:56 mjl 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
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_LIBTOOL= YES
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|