diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-11-17 11:28:34 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-11-17 11:28:34 +0000 |
commit | 428fe6f85fd26ea306c3fae697d7770d7c395ffe (patch) | |
tree | ec61349ff5119c80e84d5799a839f8c1a6b25122 /games/Makefile | |
parent | cb84d24c50fd77124ccc9ffe12c27498f907b15a (diff) | |
download | ports-428fe6f85fd26ea306c3fae697d7770d7c395ffe.tar.gz ports-428fe6f85fd26ea306c3fae697d7770d7c395ffe.zip |
Add doom-data 1.0.
Doom data files (the shareware versions of Doom, Doom II, Hexen,
Heretic and Strife).
This port is the basis of a new framework that allows DooM
ports to share their data files.
The cannoical location of those WAD files is ${LOCALBASE}/share/doom
(the directory is owned by this port).
In order to create your own port for a DooM WAD port, please see
games/doom-hr for an example.
PR: 86439
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=148574
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 61b3947c92d9..7c856bdd059f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -123,6 +123,7 @@ SUBDIR += dodgindiamond2 SUBDIR += dontspace SUBDIR += doom + SUBDIR += doom-data SUBDIR += doomlegacy SUBDIR += dopewars SUBDIR += drm |