summaryrefslogtreecommitdiff
path: root/lang/ksi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ksi/Makefile')
-rw-r--r--lang/ksi/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile
new file mode 100644
index 00000000000..15610479d12
--- /dev/null
+++ b/lang/ksi/Makefile
@@ -0,0 +1,24 @@
+# $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"