aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2007-01-20 06:08:32 +0800
committeritetcu <itetcu@FreeBSD.org>2007-01-20 06:08:32 +0800
commit171bb98da22e38d7ae5ac9db3c2b4595d6757f3d (patch)
treeb9f0d99c95c5ecd45604ac157ee5f31a374c24bb /lang/Makefile
parent8f808685f635d0bfd5852ac9e38d1fcd60bb7c5e (diff)
downloadfreebsd-ports-gnome-171bb98da22e38d7ae5ac9db3c2b4595d6757f3d.tar.gz
freebsd-ports-gnome-171bb98da22e38d7ae5ac9db3c2b4595d6757f3d.tar.zst
freebsd-ports-gnome-171bb98da22e38d7ae5ac9db3c2b4595d6757f3d.zip
The Gambit programming system is a full implementation of the Scheme
language which conforms to the R4RS and IEEE Scheme standards. It consists of two main programs: gsi, the Gambit Scheme interpreter, and gsc, the Gambit Scheme compiler. Gambit-C is a version of the Gambit programming system in which the compiler generates portable C code, making the whole Gambit-C system and the programs compiled with it easily portable to many computer architectures for which a C compiler is available. With appropriate declarations in the source code the executable programs generated by the compiler run roughly as fast as equivalent C programs. WWW: http://www.iro.umontreal.ca/~gambit/ PR: ports/107405 Submitted by: Rob Zinkov
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 c4f349b3c1cb..2f3c162c326a 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -68,6 +68,7 @@
SUBDIR += fpc-utils
SUBDIR += freetxl
SUBDIR += gambas
+ SUBDIR += gambc
SUBDIR += gauche
SUBDIR += gawk
SUBDIR += gcc-objc