summaryrefslogtreecommitdiff
path: root/games/amaze/Makefile
diff options
context:
space:
mode:
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"