2001-05-31 12:07:59 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/05/31 10:07:59 dent Exp $
|
2000-06-26 18:57:07 +02:00
|
|
|
#
|
|
|
|
|
2000-08-15 04:18:46 +02:00
|
|
|
DISTNAME= g-wrap-0.9.5
|
2000-06-26 18:57:07 +02:00
|
|
|
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
|
2001-02-16 15:38:16 +01:00
|
|
|
COMMENT= tool for importing types, functions, and constants into guile
|
2000-06-26 18:57:07 +02:00
|
|
|
|
|
|
|
DEPENDS+= guile>=1.3.4:../../lang/guile
|
|
|
|
|
2000-08-15 04:18:46 +02:00
|
|
|
GNU_CONFIGURE= # defined
|
|
|
|
CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope"
|
2000-06-26 18:57:07 +02:00
|
|
|
|
2000-08-15 04:18:46 +02:00
|
|
|
USE_LIBTOOL= # defined
|
2000-06-26 18:57:07 +02:00
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|