diff options
author | pav <pav@FreeBSD.org> | 2003-12-15 09:01:23 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-15 09:01:23 +0000 |
commit | 77ff8352cd178e6441c7bbe49ed0d9bc4685f394 (patch) | |
tree | 5503b5266dbca9dd5bb5e225bf5c76628a2a0393 /games/Makefile | |
parent | 7f4b39e66b6f813bda50943f6305f6f84710a524 (diff) | |
download | FreeBSD-ports-77ff8352cd178e6441c7bbe49ed0d9bc4685f394.zip FreeBSD-ports-77ff8352cd178e6441c7bbe49ed0d9bc4685f394.tar.gz |
Add fargoal, a remake of the classic roguelike game "Sword of
Fargoal", created by Jeff McCord for the Commodore 64 in 1983.
This remake was written for the 2003 remakes.org competition.
PR: ports/60236
Submitted by: Chris Pressey <cpressey@catseye.mine.nu>
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 6be7b93..3bd2198 100644 --- a/games/Makefile +++ b/games/Makefile @@ -104,6 +104,7 @@ SUBDIR += exult SUBDIR += falconseye SUBDIR += farblazer + SUBDIR += fargoal SUBDIR += fgkicker SUBDIR += fkiss SUBDIR += flightgear |