pkgsrc/games/aop/Makefile
rillig b8275b2a18 Imported aop from pkgsrc-wip.
The goal of Aop (Ambassador Of Pain) is is to drive the hoovercraft
(O) trough the level into the 'at' sign (@) and reach as much points
as possible by reducing the number of moves and not losing any time.
Lost lifes (0) can easily be picked up by simply drive over them.

Packaged by Antoine Reilles.
2006-03-12 15:18:12 +00:00

19 lines
543 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/03/12 15:18:12 rillig Exp $
DISTNAME= aop-0.6
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 "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"