summaryrefslogtreecommitdiff
path: root/games/prboom/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2006-04-11 08:29:28 +0000
committerdrochner <drochner>2006-04-11 08:29:28 +0000
commit74330ecf3a88e2e84c89212ba605648901c6869d (patch)
tree9ea769f23e10df0e68ffd1ab48724a3fefa6a06b /games/prboom/Makefile
parentd57cd99808bb10ff4e8f02cd096bd5cd5086e1c3 (diff)
downloadpkgsrc-74330ecf3a88e2e84c89212ba605648901c6869d.tar.gz
-take maintainership (as suggested by snj)
-update to 2.4.1 changes: - PrBoom demos are now recorded with high-precision turning (like the "Doom v1.91" hack that is floating around) - when both -nodraw and -nosound are supplied, then no graphics will be initialized and no windows opened - add ultdoom compatibility level, and bring compatibility levels into line with Prboom+ - screenshots now use correct palette in software mode - screenshots now in PNG format on Linux/Unix where available - suppress use-supershotgun key in compatibility mode - removed obsolete video related code - fix screenshots on 64bit systems - fix comp_666
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r--games/prboom/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile
index a7803e229c8..acdef5047c2 100644
--- a/games/prboom/Makefile
+++ b/games/prboom/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.23 2006/04/06 16:08:34 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2006/04/11 08:29:28 drochner Exp $
-DISTNAME= prboom-2.4.0
+DISTNAME= prboom-2.4.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
-MAINTAINER= snj@NetBSD.org
+MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://prboom.sourceforge.net/
COMMENT= Multiplayer-capable and modified version of DOOM