summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-08-20 14:53:18 +0000
committeragc <agc@pkgsrc.org>2002-08-20 14:53:18 +0000
commit81dc747b474237a747340d488725890c7a3fe0cc (patch)
tree9923cc15d8b0e90e68cd8ae53d9d24a27e815d80 /lang/chicken/Makefile
parent13c7dfd1c27ab270c7aa169ae9016c10daa1bc6b (diff)
downloadpkgsrc-81dc747b474237a747340d488725890c7a3fe0cc.tar.gz
Initial import of chicken-0.1072 into the NetBSD Packages Collection.
CHICKEN is a Scheme-to-C compiler supporting most of the language features as defined in the Revised^5 Report on Scheme. CHICKEN generates quite portable C code, and files compiled by it (including itself) should work without any changes on most platforms. The whole package is distributed under a BSD license and as such free to use and modify as long as you adhere to its terms (see the manual). Linkage to C modules and C-library functions is straightforward, so it's easy to access C from Scheme. Compiled code can be embedded into existing C programs without problems. The generated code supports full tail-recursion, first-class continuations, multiple values and dynamic-wind.
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"