diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-10 10:58:24 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-04-10 10:58:24 +0000 |
commit | 33d361ea8e9ff0d041958a37ccff5270334f1745 (patch) | |
tree | 755ef84327e8c93c5aca11337aac6769fb9cb96c /games/Makefile | |
parent | 50ac1fc588b245658be9d6f33b6c6ecb45e9810f (diff) |
Add fgsd.
FGSD is an open source interactive program that allows the user to design
custom sceneries for the FlightGear flight simulator project. It is developed
under the terms of the GNU General Public License.
WWW: http://fgsd.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=159261
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 77a60a15d910..34dacf3af960 100644 --- a/games/Makefile +++ b/games/Makefile @@ -167,6 +167,7 @@ SUBDIR += fargoal SUBDIR += fgfs-base SUBDIR += fgkicker + SUBDIR += fgsd SUBDIR += fillets-ng SUBDIR += filters SUBDIR += fkiss |