diff options
author | nia <nia@pkgsrc.org> | 2019-12-14 19:16:39 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-14 19:16:39 +0000 |
commit | e1146da13d668ef9bc752ac7dece578ea9ff31ad (patch) | |
tree | abe4b8d31b1ae105958abf54609017ee032c0f1b /games/Makefile | |
parent | 7a24d5cb589133332d1d934e1a2addf4a7618e8f (diff) | |
download | pkgsrc-e1146da13d668ef9bc752ac7dece578ea9ff31ad.tar.gz |
games: Add dhewm3.
dhewm 3 is a Doom 3 GPL source port. The goal of dhewm 3 is bring DOOM 3
with the help of SDL to all suitable platforms.
Compared to the original version of Doom 3, dhewm3 has many bugfixes, supports
EAX-like sound effects on all operating systems and hardware (via OpenAL
Softs EFX support), has much better support for widescreen resolutions and
has 64-bit support.
Note that while the Doom 3 source code has been released under GPL, you
still need to legally own the game and provide dhewm3 the game data to play.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 070d2baf645..0dee136d231 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.472 2019/11/27 21:18:20 markd Exp $ +# $NetBSD: Makefile,v 1.473 2019/12/14 19:16:39 nia Exp $ # COMMENT= Games @@ -85,6 +85,7 @@ SUBDIR+= d2x SUBDIR+= dd2 SUBDIR+= defendguin SUBDIR+= devilutionx +SUBDIR+= dhewm3 SUBDIR+= digger SUBDIR+= dipmap SUBDIR+= doom-pwad-sigil |