pkgsrc/games/prboom/Makefile
snj 501ab9051a Update to 2.2.6.
Changes:
- fix Inferno intermission screen crash
- fix lockup for other netgame clients when one client quits
- fix memory leak in netgame server
- fix SDL_LockScreen crashes on Win32
- fix fuzz drawing for hi-res
- network games should survive temporary loss of connection
- fix dehacked NOSECTOR/NOBLOCKMAP effects
- fix player spawn sound
2004-10-10 17:28:24 +00:00

19 lines
472 B
Makefile

# $NetBSD: Makefile,v 1.18 2004/10/10 17:28:24 snj Exp $
DISTNAME= prboom-2.2.6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
MAINTAINER= snj@NetBSD.org
HOMEPAGE= http://prboom.sourceforge.net/
COMMENT= Multiplayer-capable and modified version of DOOM
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
#CONFIGURE_ARGS+= --enable-gl
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../net/SDL_net/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"