aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2010-01-03 16:17:30 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2010-01-03 16:17:30 +0000
commitd45b729004eb7822142be6e06456e62343a91d3d (patch)
tree9205aa2ffe89c4dc00e99555bdc571fd61a6828a /lang/Makefile
parentc75f68c33fa8773dfc1dee8167b97c35d1750e91 (diff)
downloadports-d45b729004eb7822142be6e06456e62343a91d3d.tar.gz
ports-d45b729004eb7822142be6e06456e62343a91d3d.zip
Add Clozure CL, a free Common Lisp implementation that can be
bootstrapped from C code alone. Unfortunately this port does not support CPUs without the SSE2 instruction set, and will fail to build with a diagnostic message in those cases. Supported FreeBSD architectures are i386 and amd64. pkg-descr contains a quick description of the main Clozure CL features.
Notes
Notes: svn path=/head/; revision=247065
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 4993496794e0..2c13278f8349 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -21,6 +21,7 @@
SUBDIR += bsh
SUBDIR += bwbasic
SUBDIR += caml-light
+ SUBDIR += ccl
SUBDIR += ccscript
SUBDIR += cduce
SUBDIR += cfortran