diff options
author | pawel <pawel@FreeBSD.org> | 2012-05-08 02:29:58 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-05-08 02:29:58 +0800 |
commit | f4090bff4aee8373de99994b9ec2a61bca833dc4 (patch) | |
tree | 6f44acffb9bc0202657e37179637e2a883033486 /games/Makefile | |
parent | b8210b097e0a0a537da2dcbe1ca7b81fcc3fd113 (diff) | |
download | freebsd-ports-gnome-f4090bff4aee8373de99994b9ec2a61bca833dc4.tar.gz freebsd-ports-gnome-f4090bff4aee8373de99994b9ec2a61bca833dc4.tar.zst freebsd-ports-gnome-f4090bff4aee8373de99994b9ec2a61bca833dc4.zip |
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
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 |