summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-12-14 21:50:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-12-14 21:50:44 +0000
commitea25dbefac7048bf98540d1069b426c4420df190 (patch)
treecbbad527b1d4b1ec649739158c606d6f14c692be /lang/Makefile
parentupdate to 0.35 (diff)
Add freetxl, a unique programming language specifically designed to support
computer software analysis and source transformation tasks. It is the evolving result of more than fifteen years of concentrated research on rule-based structural transformation as a paradigm for the rapid solution of complex computing problems. PR: ports/54617 Submitted by: Ryan Thompson <ryan@sasknow.com>
Notes
Notes: svn path=/head/; revision=95816
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 882d4c80ae8d..12cd6ce3f9af 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -54,6 +54,7 @@
SUBDIR += forth
SUBDIR += fpc
SUBDIR += fpl
+ SUBDIR += freetxl
SUBDIR += gauche
SUBDIR += gawk
SUBDIR += gcc27