diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-08 11:19:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-11-08 11:19:45 +0800 |
commit | 4d59942399310a89f8256918b36047048d670563 (patch) | |
tree | 00e2329f8219a671edef8c27782c3c3bab03f5af /devel/Makefile | |
parent | b8f6e93e044b9aeb3a9408cc7ddca36fc7fe976b (diff) | |
download | freebsd-ports-gnome-4d59942399310a89f8256918b36047048d670563.tar.gz freebsd-ports-gnome-4d59942399310a89f8256918b36047048d670563.tar.zst freebsd-ports-gnome-4d59942399310a89f8256918b36047048d670563.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 ec6acac55747..3f8591c14417 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -97,6 +97,7 @@ SUBDIR += bcpp SUBDIR += beautifyphp SUBDIR += bennugd-core + SUBDIR += bennugd-modules SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 |