diff options
author | jgh <jgh@FreeBSD.org> | 2013-01-30 06:58:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-01-30 06:58:11 +0800 |
commit | ed450dd67c2f30f81e7e211f32c443fc97a9e5b3 (patch) | |
tree | a406293f00418aa0880fc742c367a67df77f42e8 /games/Makefile | |
parent | 3b2e9e24a5bf98c19f299e1b759aee8a4d38293f (diff) | |
download | freebsd-ports-gnome-ed450dd67c2f30f81e7e211f32c443fc97a9e5b3.tar.gz freebsd-ports-gnome-ed450dd67c2f30f81e7e211f32c443fc97a9e5b3.tar.zst freebsd-ports-gnome-ed450dd67c2f30f81e7e211f32c443fc97a9e5b3.zip |
- add new port: games/chocolate-doom
Chocolate Doom is a port of ID Software's Doom, Doom II, and Final Doom to
modern operating systems that aims to be as compatible with the original DOS
executable as possible. This includes emulating all the different versions,
playing demos perfectly accurately, playing "vanilla-only" PWADS, and netcode
that works on newer operating systems while still behaving the same as
"vanilla" Doom.
WWW: http://chocolate-doom.org
PR: 161701
Submitted by: jakub_lach@mailplus.pl
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 1f9f5f83df5c..4458591ef151 100644 --- a/games/Makefile +++ b/games/Makefile @@ -126,6 +126,7 @@ SUBDIR += cgoban SUBDIR += chanta SUBDIR += chapping + SUBDIR += chocolate-doom SUBDIR += cheech SUBDIR += childsplay SUBDIR += childsplay_plugins |