pkgsrc/games/zombies/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
726 B
Makefile

# $NetBSD: Makefile,v 1.21 2020/01/26 17:31:18 rillig Exp $
DISTNAME= zombies-1.0
PKGREVISION= 6
CATEGORIES= games
MASTER_SITES= http://www.thistledown.com.au/software/
MAINTAINER= simonb@NetBSD.org
HOMEPAGE= https://www.thistledown.com.au/software/
COMMENT= Simple robots-like game where you destroy the zombies
LICENSE= 2-clause-bsd
USE_GAMESGROUP= yes
SAVEPATH= ${VARBASE}/games/zombies
SCOREFILE= ${SAVEPATH}/scores
SPECIAL_PERMS= bin/zombies ${SETGID_GAMES_PERMS}
OWN_DIRS_PERMS+= ${SAVEPATH} ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
AUTO_MKDIRS= yes
BUILD_DEFS+= VARBASE SCOREFILE
MAKE_ENV+= INSTALL_SCORE=echo SCOREFILE=${SCOREFILE}
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"