diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-18 23:26:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-18 23:26:50 +0000 |
commit | 9b5da4ef4f6b890ab1ca1a6615de177306f00111 (patch) | |
tree | 794a79b07200ae9bcbb3943de23ed0753f1bce08 /games/Makefile | |
parent | - Update to 2.1.5 (diff) |
A jigsaw puzzle game that uses tetrominoes for the pieces. Any image
can be imported and used to create puzzles with a wide range of
sizes. Games are saved automatically, and you can select between
currently in progress games.
WWW: http://gottcode.org/tetzle/
PR: ports/124496
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
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 aa0cc6f6d2e4..0f3e07c77e55 100644 --- a/games/Makefile +++ b/games/Makefile @@ -770,6 +770,7 @@ SUBDIR += tetrinet SUBDIR += tetrinet-x SUBDIR += tetrons + SUBDIR += tetzle SUBDIR += textmaze SUBDIR += thevalley SUBDIR += thudboard |