diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 10:12:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 10:12:08 +0000 |
commit | 3dbac872ab25419840cadccaae8cd15aff4d5131 (patch) | |
tree | 5e222b860223dab1738866594f87aa9eb3be98a8 /lang/Makefile | |
parent | New port: Gnewtellium is yet another newtella(gnutella) client. (diff) |
New port: lang/cocor (Coco/R, a compiler generator)
Coco/R is a recursive decent compiler generator. This is
a FreeBSD port of the C/C++ version of Coco/R.
PR: ports/36251
Submitted by: Guy Antony Halse <guy@rucus.ru.ac.za>
Notes
Notes:
svn path=/head/; revision=73388
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index a9513757be29..302de28da21d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -19,6 +19,7 @@ SUBDIR += clisp SUBDIR += cmucl SUBDIR += cmucl-extra + SUBDIR += cocor SUBDIR += compaq-cc SUBDIR += crossgo32-f77 SUBDIR += cu-prolog |