428fe6f85f
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>
5 lines
291 B
Text
5 lines
291 B
Text
%%DOOM%%%%DATADIR%%/doom1.wad
|
|
%%HERETIC%%%%DATADIR%%/heretic1.wad
|
|
%%HEXEN%%%%DATADIR%%/hexen.wad
|
|
%%STRIFE%%%%DATADIR%%/strife0.wad
|
|
@unexec rmdir %D/%%DATADIR%% >/dev/null 2>&1 || echo "If you are permanently removing this port, you should remove any WAD files left in %D/%%DATADIR%%." | fmt
|