aboutsummaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-05-16 15:05:26 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2008-05-16 15:05:26 +0000
commit899c5f60959710b51d1ace67b5e4badffa1aefa1 (patch)
treef42d86140318eab9121038358c8213682f8ed654 /lang/Makefile
parent85e5f8c04508bde215a3738d70bc9d4d8cb1f15a (diff)
downloadports-899c5f60959710b51d1ace67b5e4badffa1aefa1.tar.gz
ports-899c5f60959710b51d1ace67b5e4badffa1aefa1.zip
New port: lang/nbc
NBC (Next Byte Codes) is a programming language for the LEGO MINDSTORMS NXT product. NBC's syntax is based on assembler programming langauges, so experienced assembler programmers (or just about any programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NBC is relatively easy to learn. WWW: http://bricxcc.sourceforge.net/nbc/ PR: 116274 Submitted by: Ivan "Rambius" Ivanov <rambiusparkisanius_ at __gmail.com>
Notes
Notes: svn path=/head/; revision=213151
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 1ab855fa5429..9a4951d8d737 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -163,6 +163,7 @@
SUBDIR += mpd
SUBDIR += munger
SUBDIR += nawk
+ SUBDIR += nbc
SUBDIR += neko
SUBDIR += nesasm
SUBDIR += newlisp