summaryrefslogtreecommitdiff
path: root/games/pag/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum>2003-07-11 22:53:24 +0000
committerzuntum <zuntum>2003-07-11 22:53:24 +0000
commitf4567e654a674ed035ff9e1518bd7ea1e84c0abc (patch)
treeadf363157f7e703a90554a148efd140bdb47e2eb /games/pag/Makefile
parent2b5b869d2217c02db295607b6f33d0c8d2de8731 (diff)
downloadpkgsrc-f4567e654a674ed035ff9e1518bd7ea1e84c0abc.tar.gz
Initial import of games/pag (moved from pkgsrc-wip)
PAG is a ncurses based game that allows you to create your own maps and play with them, it have few features like moving-platforms, enemies, and few rules to open/close doors, items like air, life points, jump, etc.
Diffstat (limited to 'games/pag/Makefile')
-rw-r--r--games/pag/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/pag/Makefile b/games/pag/Makefile
new file mode 100644
index 00000000000..3962fb2c93e
--- /dev/null
+++ b/games/pag/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/11 22:53:24 zuntum Exp $
+#
+
+DISTNAME= pag-0.91
+CATEGORIES= games
+MASTER_SITES= http://pancake.host.sk/altres/src/
+
+MAINTAINER= pancake@phreaker.net
+HOMEPAGE= http://pancake.host.sk/
+COMMENT= Platform Arcade Game
+
+USE_GMAKE= yes
+USE_BUILDLINK2= yes
+USE_NCURSES= yes # missing function stdscr
+
+ALL_TARGET= compile
+
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../graphics/aalib/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"