diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-07 12:22:20 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-07 12:22:20 +0800 |
commit | b667cc99be36c7548d207317c308bff5dcc35987 (patch) | |
tree | 84e877d3355aab31ffea3684b1dda6a0d0efba44 /games/Makefile | |
parent | 058cd89d00ae2d3f5524918d2343119fc5478035 (diff) | |
download | freebsd-ports-gnome-b667cc99be36c7548d207317c308bff5dcc35987.tar.gz freebsd-ports-gnome-b667cc99be36c7548d207317c308bff5dcc35987.tar.zst freebsd-ports-gnome-b667cc99be36c7548d207317c308bff5dcc35987.zip |
Add monkeybubble, a GTK2 puzzle bobble clone.
GTK2 Puzzle Bobble clone. With monkeys. Frozen Bubble, but
with monkeys. It's like a game, except SO MUCH MORE, because
it has monkeys.
Note that the game seems to want a couple hundred megs of
memory to start, but once the UI comes up, it only consumes
about 25MB. We're working on it, but the game plays fine.
Tested by: anholt, marcus, and others
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index caf6a70da532..f01d6967641b 100644 --- a/games/Makefile +++ b/games/Makefile @@ -237,6 +237,7 @@ SUBDIR += mindguard SUBDIR += mirrormagic SUBDIR += miscom + SUBDIR += monkeybubble SUBDIR += moon-buggy SUBDIR += moonlander SUBDIR += moria |