diff options
author | pav <pav@FreeBSD.org> | 2005-07-13 22:07:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-13 22:07:41 +0800 |
commit | 1ab39108f2996c46104c71bff56fb6c939cc3e11 (patch) | |
tree | a2c658c4266aa0827f63f05fd4f79793d7c81c54 /games/Makefile | |
parent | 1439f58c88043559e2d27f0ff075dde81fcd26a2 (diff) | |
download | freebsd-ports-gnome-1ab39108f2996c46104c71bff56fb6c939cc3e11.tar.gz freebsd-ports-gnome-1ab39108f2996c46104c71bff56fb6c939cc3e11.tar.zst freebsd-ports-gnome-1ab39108f2996c46104c71bff56fb6c939cc3e11.zip |
Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS
systems. It includes multi-player support, user-extensible color, shape and
sound styles, can use TCP/IP networking and features a few different AI
opponents. It was written using the SDL Library.
PR: ports/83202, ports/83207
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index a44bad5b6d64..bb36fb10343c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -38,6 +38,8 @@ SUBDIR += atlantikdesigner SUBDIR += atomix SUBDIR += atr3d + SUBDIR += atris + SUBDIR += atris-sounds SUBDIR += awele SUBDIR += barrage SUBDIR += bass |