diff options
author | pav <pav@FreeBSD.org> | 2005-09-04 23:01:38 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-09-04 23:01:38 +0000 |
commit | 015778ef138653a9b6c58e1935fa23878d2e5c49 (patch) | |
tree | 687699240bd1c9ce52a9172a7cc5ab048dd1396a /games/Makefile | |
parent | 328e4e59a657a94386e9864bbf23955ac0c28922 (diff) | |
download | FreeBSD-ports-015778ef138653a9b6c58e1935fa23878d2e5c49.zip FreeBSD-ports-015778ef138653a9b6c58e1935fa23878d2e5c49.tar.gz |
Sudsol is a small Sudoku puzzle solver (see
http://en.wikipedia.org/wiki/Sudoku). I've built a small port for it.
Have fun!
PR: ports/85293
Submitted by: Ed Schouten <ed@fxq.nl>
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 74a16c3..644b687 100644 --- a/games/Makefile +++ b/games/Makefile @@ -492,6 +492,7 @@ SUBDIR += stratagus SUBDIR += stvef-paks SUBDIR += stvef-server + SUBDIR += sudsol SUBDIR += super_methane_brothers SUBDIR += supertux SUBDIR += sxsame |