summaryrefslogtreecommitdiff
path: root/games/aop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/aop/Makefile')
-rw-r--r--games/aop/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/aop/Makefile b/games/aop/Makefile
new file mode 100644
index 00000000000..5a82e2867fa
--- /dev/null
+++ b/games/aop/Makefile
@@ -0,0 +1,19 @@
+# $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"