23 lines
604 B
Makefile
23 lines
604 B
Makefile
# $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
|
|
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
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_GMAKE= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
|
|
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../lang/guile/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|