1a40a726ae
-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
18 lines
461 B
Makefile
18 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.24 2006/04/11 08:29:28 drochner Exp $
|
|
|
|
DISTNAME= prboom-2.4.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom/}
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://prboom.sourceforge.net/
|
|
COMMENT= Multiplayer-capable and modified version of DOOM
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
#CONFIGURE_ARGS+= --enable-gl
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|