diff options
author | zuntum <zuntum> | 2003-07-11 22:53:24 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2003-07-11 22:53:24 +0000 |
commit | f4567e654a674ed035ff9e1518bd7ea1e84c0abc (patch) | |
tree | adf363157f7e703a90554a148efd140bdb47e2eb /games/pag/Makefile | |
parent | 2b5b869d2217c02db295607b6f33d0c8d2de8731 (diff) | |
download | pkgsrc-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/Makefile | 20 |
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" |