20 lines
536 B
Makefile
20 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.8 2001/12/19 10:00:25 agc Exp $
|
|
|
|
DISTNAME= g-wrap-1.1.10
|
|
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"
|