blob: 5d4a88f117fb3c5e7070c6aff619c3d263d46acc (
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.3 2001/02/16 14:38:24 wiz Exp $
#
DISTNAME= g-wrap-0.9.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.cs.cmu.edu/afs/cs.cmu.edu/usr/chrislee/www/Software/g-wrap/
COMMENT= tool for importing types, functions, and constants into guile
DEPENDS+= guile>=1.3.4:../../lang/guile
GNU_CONFIGURE= # defined
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|