pkgsrc/games/aop/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

20 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/08/18 07:31:07 wiz 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"