diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 10:04:34 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-24 10:04:34 +0000 |
commit | ba5b4db2638e6fddefd05ea09cd807960c19a3b2 (patch) | |
tree | 7831e685f48ba5c33bcc5b29a8b2a564e24892ab /games/Makefile | |
parent | 2841f0ee793667f49b9671eebb089b123998f504 (diff) | |
download | ports-ba5b4db2638e6fddefd05ea09cd807960c19a3b2.tar.gz ports-ba5b4db2638e6fddefd05ea09cd807960c19a3b2.zip |
[NEW PORT] games/doom-freedoom - Complete Doom-based game IWAD that is Free Software
Freedoom is a project to create a complete Doom II-compatible
IWAD file which is Free Software.
The IWAD file is the file used by Doom which contains all
the game data (graphics, sound effects, music, etc.). While
the Doom source code is Free, you currently still need one
of the proprietary IWAD files from id in order to play Doom.
Freedoom aims to create a Free alternative. Combined with
the GPL-licensed Doom source code this will result in a
complete Free Doom-based game
PR: ports/89473
Submitted by: "Alejandro Pulver" <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=149274
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 5d8e9a34ea7c..ba82b58ae394 100644 --- a/games/Makefile +++ b/games/Makefile @@ -124,6 +124,7 @@ SUBDIR += dontspace SUBDIR += doom SUBDIR += doom-data + SUBDIR += doom-freedoom SUBDIR += doom-hacx SUBDIR += doom-hr SUBDIR += doom-hr2 |