90294a63bb
This is a Ksi (Ksi Scheme Interpreter), a portable, embeddable Scheme implementation written in C. Ksi provides a machine independent execution platform that can be linked in as a library when building extensible programs. And what is more important it is not a Guile. :-)
24 lines
684 B
Makefile
24 lines
684 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 21:23:43 jtb Exp $
|
|
|
|
DISTNAME= ksi-3.4.1
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ksi/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://ksi.sourceforge.net/
|
|
COMMENT= Portable, embeddable Scheme implementation written in C
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_READLINE= # uses rl_event_hook() interface
|
|
CPPFLAGS+= -Dunix
|
|
USE_NEW_TEXINFO= YES
|
|
USE_MAKEINFO= YES
|
|
INFO_FILES= ksi-lang.info ksi-lib.info ksi.info
|
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
.include "../../devel/zlib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|