diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-08 11:19:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-08 11:19:13 +0800 |
commit | b8f6e93e044b9aeb3a9408cc7ddca36fc7fe976b (patch) | |
tree | 901dfa9036ccb2c50b672e3ad2848bf5170f493a /devel/Makefile | |
parent | 6691d01e1ce76329f6360b7a643bcf0e72d75afe (diff) | |
download | freebsd-ports-gnome-b8f6e93e044b9aeb3a9408cc7ddca36fc7fe976b.tar.gz freebsd-ports-gnome-b8f6e93e044b9aeb3a9408cc7ddca36fc7fe976b.tar.zst freebsd-ports-gnome-b8f6e93e044b9aeb3a9408cc7ddca36fc7fe976b.zip |
Bennu is a high level open source game development suite which
focuses on modularity and portability, making it a perfect choice
for cross-platform game development.
Although officialy it is only supported on Windows, Linux and GP2X
Wiz (on the right), Bennu can run on multiple other platforms,
including *BSD, MacOSX and other consoles such as the Wii, Dingoo
A320, GP2X, or the classic Xbox.
This makes it really fun to code in Bennu: the game can be played
on you computer AND your console!
WWW: http://www.bennugd.org/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index f3ab405fb229..ec6acac55747 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -96,6 +96,7 @@ SUBDIR += bcc SUBDIR += bcpp SUBDIR += beautifyphp + SUBDIR += bennugd-core SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 |