diff options
author | zuntum <zuntum@pkgsrc.org> | 2002-07-20 12:56:45 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2002-07-20 12:56:45 +0000 |
commit | a25ca1174dd9595b121ca5d0989f8e747196134f (patch) | |
tree | 870c71e546a11085da361dea8192d8e14c531771 /games/prboom/Makefile | |
parent | 6184c63b15bb8b336d90f674388e8b0c1edd72ef (diff) | |
download | pkgsrc-a25ca1174dd9595b121ca5d0989f8e747196134f.tar.gz |
Update prboom to version 2.2.2
Changes from v2.2.1 to v2.2.2
- more demo sync problems for original Doom and Boom fixed
- added changeable samplerate for soundmixing
- added fullscreen/window toggle in option menu
- added double buffering
- floor rendering made more accurate
- Win32 config file handling fixed
- fix endian conversion problem on Linux/PPC
Diffstat (limited to 'games/prboom/Makefile')
-rw-r--r-- | games/prboom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/prboom/Makefile b/games/prboom/Makefile index e0f48b66246..fc2fe8f05b7 100644 --- a/games/prboom/Makefile +++ b/games/prboom/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2002/05/12 10:16:47 abs Exp $ +# $NetBSD: Makefile,v 1.3 2002/07/20 12:56:45 zuntum Exp $ # -DISTNAME= prboom-2.2.1 +DISTNAME= prboom-2.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/} |