diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-18 03:20:14 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-01-18 03:20:14 +0000 |
commit | 32697811f6082a0c5bf39cea17c6aefe798e4a6d (patch) | |
tree | 424c87243ee8ef5aba1c2883b5245acb0e001f4b /games/Makefile | |
parent | 10a97f6e28083d52116b9c83468e13732610f84d (diff) |
Add pouetchess.
pouetChess is an open-source 3D chess game with very few and basic
dependencies. Moreover, pouetChess has an embedded Artificial Intelligence so
engines such as GNUChess are not even needed.
WWW: http://pouetchess.sourceforge.net/
PR: ports/91935
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
Notes
Notes:
svn path=/head/; revision=153776
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 cc1dc56ace42..03ea57e4e436 100644 --- a/games/Makefile +++ b/games/Makefile @@ -455,6 +455,7 @@ SUBDIR += pmars SUBDIR += pmars-sdl SUBDIR += polypuzzle + SUBDIR += pouetchess SUBDIR += powermanga SUBDIR += powwow SUBDIR += ppracer |