2018-08-19 22:16:39 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2018/08/19 20:16:39 wiz Exp $
|
2014-09-13 14:55:06 +02:00
|
|
|
|
|
|
|
DISTNAME= prboom-plus-2.5.1.3
|
2015-04-25 16:22:51 +02:00
|
|
|
PKGREVISION= 1
|
2014-09-13 14:55:06 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom-plus/}
|
|
|
|
|
2018-08-19 22:16:39 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2014-09-13 14:55:06 +02:00
|
|
|
HOMEPAGE= http://prboom-plus.sourceforge.net/
|
|
|
|
COMMENT= Multiplayer-capable and modified version of DOOM
|
|
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --with-waddir=${PREFIX}/share/doom
|
|
|
|
|
|
|
|
SUBST_CLASSES+= gamesdir
|
2018-07-04 15:40:07 +02:00
|
|
|
SUBST_STAGE.gamesdir= pre-configure
|
2014-09-13 14:55:06 +02:00
|
|
|
SUBST_MESSAGE.gamesdir= Fixing hard-coded gamesdir
|
|
|
|
SUBST_FILES.gamesdir= src/Makefile.in
|
2018-01-14 18:33:57 +01:00
|
|
|
SUBST_SED.gamesdir+= -e '/^gamesdir =/ s;/games;/bin;g'
|
2014-09-13 14:55:06 +02:00
|
|
|
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|