summaryrefslogtreecommitdiff
path: root/games/amaze/Makefile
diff options
context:
space:
mode:
authorjakllsch <jakllsch@pkgsrc.org>2012-02-17 17:22:13 +0000
committerjakllsch <jakllsch@pkgsrc.org>2012-02-17 17:22:13 +0000
commit85cb95adec1eb06721294888e2ab0148581f6be1 (patch)
tree31a562cef14aa185758cd24627c3bdf5502d6a35 /games/amaze/Makefile
parentca6ab6e43f7b9aa867d5ecfcfff301072ec174da (diff)
downloadpkgsrc-85cb95adec1eb06721294888e2ab0148581f6be1.tar.gz
Import amaze.
A 3D maze game based on a similar game I read the source to in an Australian PC magazine in the mid 1980s. Implemented using curses, so that you can play it on a VT100 should you so desire.
Diffstat (limited to 'games/amaze/Makefile')
-rw-r--r--games/amaze/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/amaze/Makefile b/games/amaze/Makefile
new file mode 100644
index 00000000000..f4655a035b7
--- /dev/null
+++ b/games/amaze/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/02/17 17:22:13 jakllsch Exp $
+#
+
+DISTNAME= amaze
+PKGNAME= amaze-0pre0
+CATEGORIES= games
+MASTER_SITES= http://adaptive-enterprises.com/~d/software/amaze/
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://adaptive-enterprises.com/~d/software/amaze/
+COMMENT= Curses-based maze game
+LICENSE= public-domain
+
+PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= bin ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6
+USE_BSD_MAKEFILE= yes
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"