pkgsrc/devel/g-wrap/Makefile

24 lines
604 B
Makefile
Raw Normal View History

2002-09-24 11:48:51 +02:00
# $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
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-slib>=2.4.2:../../devel/guile-slib
2002-09-24 11:48:51 +02:00
USE_BUILDLINK2= YES
USE_GMAKE= YES
2002-09-24 11:48:51 +02:00
GNU_CONFIGURE= YES
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
2002-09-24 11:48:51 +02:00
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
2002-09-24 11:48:51 +02:00
.include "../../lang/guile/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"