e17e3b4cc7
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
20 lines
554 B
Makefile
20 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.6 2019/11/03 19:28:47 rillig Exp $
|
|
|
|
DISTNAME= aop-0.6
|
|
PKGREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://raffi.at/code/aop/
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://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"
|