pkgsrc/games/mrrescue/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

26 lines
647 B
Makefile

# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:16 rillig Exp $
PKGNAME= mrrescue-${GITHUB_RELEASE}
DISTNAME= mrrescue${GITHUB_RELEASE}
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=SimonLarsen/}
GITHUB_PROJECT= mrrescue
GITHUB_RELEASE= 1.02e
EXTRACT_SUFX= .love
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://tangramgames.dk/games/mrrescue/
COMMENT= Arcade-style fire fighting game
LICENSE= zlib AND cc-by-sa-v3.0
do-extract:
${MKDIR} ${WRKSRC}
${CP} ${_DISTDIR:Q}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
LOVE_GAME= mrrescue
LOVE_DATA= ${DISTNAME}.love
LOVE_VERSION= 0.10
.include "../../mk/love.mk"
.include "../../mk/bsd.pkg.mk"