8ccd55d3fa
Mr. Rescue is an arcade styled 2d action game centered around evacuating civilians from burning buildings. The game features fast paced fire extinguishing action, intense boss battles, a catchy soundtrack and lots of throwing people around in pseudo-randomly generated buildings.
26 lines
644 B
Makefile
26 lines
644 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/09/30 19:27:19 maya 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= http://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"
|