summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r--lang/chicken/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
new file mode 100644
index 00000000000..dd7157ae3b9
--- /dev/null
+++ b/lang/chicken/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/08/20 14:53:18 agc Exp $
+#
+
+DISTNAME= chicken-0.1072
+CATEGORIES= lang
+MASTER_SITES= http://www.call-with-current-continuation.org/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.call-with-current-continuation.org//
+COMMENT= scheme to C compiler, handling R5RS
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+.include "../../mk/bsd.pkg.mk"