diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-07 18:29:58 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-05-07 18:29:58 +0000 |
commit | 543d87aa2c4a9aac7cbc8bb8b81f8918f27e50ee (patch) | |
tree | a52baa28d5cef26ed71914a5e8e7d701f35801b2 /games/Makefile | |
parent | 1213a51516efdb698344fc5f785fc5ea479db79d (diff) |
GLightOff is a simple (but not so easy to solve!) puzzle game.
The goal is to switch off all the lights on the 5x5 board.
WWW: http://glightoff.sourceforge.net/
PR: ports/167232
Submitted by: nemysis@gmx.ch
Notes
Notes:
svn path=/head/; revision=296159
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 e41019313933..5a03649f5faf 100644 --- a/games/Makefile +++ b/games/Makefile @@ -304,6 +304,7 @@ SUBDIR += glest SUBDIR += glest-data SUBDIR += glife + SUBDIR += glightoff SUBDIR += glmaze SUBDIR += glob2 SUBDIR += glsfcave |