diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-12-15 00:03:08 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-12-15 00:03:08 +0800 |
commit | 050094c75cab1b460fbf4ff3cdd67deff4f7ddf4 (patch) | |
tree | aa0821382c9e87ae8b431d7b2205229818468151 /games/Makefile | |
parent | 49e16abab4f0e856fd3b07b85d074b2267f955a2 (diff) | |
download | freebsd-ports-gnome-050094c75cab1b460fbf4ff3cdd67deff4f7ddf4.tar.gz freebsd-ports-gnome-050094c75cab1b460fbf4ff3cdd67deff4f7ddf4.tar.zst freebsd-ports-gnome-050094c75cab1b460fbf4ff3cdd67deff4f7ddf4.zip |
add poker-engine
A python library that implements poker rules
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 cae8aa5a53a7..e9553b43e792 100644 --- a/games/Makefile +++ b/games/Makefile @@ -540,6 +540,7 @@ SUBDIR += plonx SUBDIR += pmars SUBDIR += pmars-sdl + SUBDIR += poker-engine SUBDIR += poker-eval SUBDIR += polypuzzle SUBDIR += pongix |