diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-12-22 14:55:03 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-12-22 14:55:03 +0000 |
commit | c30a1c3ddbdf62905f470dfb500692d2c099d1b7 (patch) | |
tree | c93d51d419032946a43affbf82568be3f6f1a426 /lang/Makefile | |
parent | b5a8cff647b47ff90c297ca67fef1cd8a20b0871 (diff) | |
download | FreeBSD-ports-c30a1c3ddbdf62905f470dfb500692d2c099d1b7.zip FreeBSD-ports-c30a1c3ddbdf62905f470dfb500692d2c099d1b7.tar.gz |
Initial import of fbbi 0.98
fbbi is an interpreter for the Befunge-98 language.
PR: 33091
Submitted by: Leland Wang <llwang@infor.org>
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 d7eaf0c..0a3ee6d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -35,6 +35,7 @@ SUBDIR += expect SUBDIR += f2c SUBDIR += f77 + SUBDIR += fbbi SUBDIR += ferite SUBDIR += fesi SUBDIR += forth |