From 9f6d49b5ceedd303a149c253ce1362467cde1462 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Wed, 5 May 2004 07:47:27 +0000 Subject: Aop (Ambassador Of Pain) is a curses based arcade game for UNIX with only 64 lines of sourcecode. The goal 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 don't losing any time. Lost lifes (0) can easily be picked up by simply drive over them. WWW: http://aop.raffi.at/ PR: ports/65898 Submitted by: Aaron Zauner Approved by: marcus (backup mentor) --- games/aop/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 games/aop/Makefile (limited to 'games/aop/Makefile') diff --git a/games/aop/Makefile b/games/aop/Makefile new file mode 100644 index 000000000000..1dde3fdc4273 --- /dev/null +++ b/games/aop/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: aop +# Date created: 22. April 2004 +# Whom: Aaron Zauner +# +# $FreeBSD$ +# + +PORTNAME= aop +PORTVERSION= 0.6 +CATEGORIES= games +MASTER_SITES= http://raffi.at/code/aop/ + +MAINTAINER= az_mail@gmx.at +COMMENT= A curses based arcade game with only 64 lines of code + +USE_REINPLACE= yes +DOCS= COPYING README + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ + ${WRKSRC}/Makefile + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for ii in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} +.endfor +.endif + +.include -- cgit v1.2.3