pkgsrc/games/quakespasm/Makefile
rillig b686dd9180 all: migrate several HOMEPAGEs to https
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.
2020-01-18 23:30:43 +00:00

29 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/01/18 23:32:04 rillig Exp $
DISTNAME= quakespasm-0.93.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quakespasm/}
EXTRACT_SUFX= .tgz
MAINTAINER= snj@NetBSD.org
HOMEPAGE= https://quakespasm.sourceforge.net/
COMMENT= Enhanced Quake engine using SDL
LICENSE= gnu-gpl-v2
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
MAKE_FLAGS+= USE_SDL2=1
MAKE_FLAGS+= MP3LIB=mpg123
WRKSRC= ${WRKDIR}/${DISTNAME}/Quake
BUILD_TARGET= quakespasm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/quakespasm ${DESTDIR}${PREFIX}/bin
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/mpg123/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"