ce998c191b
changes: -Fixed comp_soul and comp_maskedanim options not actually being optional -Fixed searching for IWAD/prboom.wad -Multiple sound crash fixes -Fix for previously introduced HOM error -Fix frame numbering problem in MBF dehacked patches
19 lines
513 B
Makefile
19 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.30 2007/07/06 19:41:09 drochner Exp $
|
|
|
|
DISTNAME= prboom-2.4.7
|
|
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+= --with-waddir=${PREFIX}/share/doom
|
|
|
|
#CONFIGURE_ARGS+= --enable-gl
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|