summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 05:06:33 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-20 05:06:33 +0000
commit8853ffd875f6b5d03885f9f4fe765e1294be7a9d (patch)
tree322ba10bf0f4d37fe1ce74926a835d42effac6cb /lang/Makefile
parentShoot, I misspelled -no-fast in the last revision. Thanks, Joe. (diff)
New port: lang/bigloo - A Scheme interpreter and native code compiler
This is a port of Bigloo, a Scheme system which includes a compiler generating C code and Java classes and an interpreter. Bigloo is the tool of choice for the construction of small autonomous applications in Scheme. Bigloo is mostly conformant to the Revised5 Report on the Algorithmic Language Scheme with many extensions. PR: ports/40644 Submitted by: Stanislav Grozev <tacho@factline.com>
Notes
Notes: svn path=/head/; revision=73600
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 b2edc4d67351..b9a2d281e077 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -9,6 +9,7 @@
SUBDIR += aleph
SUBDIR += atlast
SUBDIR += awka
+ SUBDIR += bigloo
SUBDIR += bwbasic
SUBDIR += caml-light
SUBDIR += ccscript