pkgsrc/games/aop/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

20 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:12 rillig Exp $
DISTNAME= aop-0.6
PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= http://raffi.at/code/aop/
MAINTAINER= tonio@NetBSD.org
HOMEPAGE= https://raffi.at/view/code/aop/
COMMENT= Aop is a curses based arcade game with only 64 lines of sourcecode
SUBST_CLASSES+= destination
SUBST_FILES.destination= aop.c Makefile
SUBST_STAGE.destination= pre-configure
SUBST_SED.destination= -e 's:/usr/local:${PREFIX}:g'
BUILD_TARGET= aop
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"