pkgsrc/devel/g-wrap/Makefile

21 lines
523 B
Makefile
Raw Normal View History

2001-05-31 12:07:59 +02:00
# $NetBSD: Makefile,v 1.4 2001/05/31 10:07:59 dent Exp $
#
DISTNAME= g-wrap-0.9.5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnucash.org/pub/g-wrap/source/
MAINTAINER= rh@netbsd.org
2001-05-31 12:07:59 +02:00
HOMEPAGE= http://web.mit.edu/chlee/www/Software/g-wrap/index.html
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"