b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
24 lines
729 B
Makefile
24 lines
729 B
Makefile
# $NetBSD: Makefile,v 1.7 2020/01/18 23:32:04 rillig Exp $
|
|
|
|
DISTNAME= prboom-plus-2.5.1.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prboom-plus/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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
|
|
SUBST_STAGE.gamesdir= pre-configure
|
|
SUBST_MESSAGE.gamesdir= Fixing hard-coded gamesdir
|
|
SUBST_FILES.gamesdir= src/Makefile.in
|
|
SUBST_SED.gamesdir+= -e '/^gamesdir =/ s;/games;/bin;g'
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../net/SDL_net/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|