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.
This commit is contained in:
zuntum 2003-07-11 22:53:24 +00:00
parent b36d20c1c7
commit 87441477fb
5 changed files with 63 additions and 0 deletions

4
games/pag/DESCR Normal file
View file

@ -0,0 +1,4 @@
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.

8
games/pag/MESSAGE Normal file
View file

@ -0,0 +1,8 @@
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2003/07/11 22:53:24 zuntum Exp $
To play run:
pag ${PREFIX}/share/pag/levels
===========================================================================

20
games/pag/Makefile Normal file
View file

@ -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"

27
games/pag/PLIST Normal file
View file

@ -0,0 +1,27 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/11 22:53:24 zuntum Exp $
bin/pag
bin/pag_intro
share/doc/pag/README.cat
share/doc/pag/TODO
share/pag/levels/001.pag
share/pag/levels/001_2.pag
share/pag/levels/002.pag
share/pag/levels/003.pag
share/pag/levels/004.pag
share/pag/levels/jump.pag
share/pag/levels/jump_blocks.pag
share/pag/levels/loop.pag
share/pag/levels/map.pag
share/pag/levels/map2.pag
share/pag/levels/trip/001.pag
share/pag/levels/trip/002.pag
share/pag/levels/trip/003.pag
share/pag/levels/trip/004.pag
share/pag/levels/trip/005.pag
share/pag/levels/trip/006.pag
share/pag/levels/trip/007.pag
share/pag/levels/trip/008.pag
@dirrm share/pag/levels/trip
@dirrm share/pag/levels
@dirrm share/pag
@dirrm share/doc/pag

4
games/pag/distinfo Normal file
View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2003/07/11 22:53:24 zuntum Exp $
SHA1 (pag-0.91.tar.gz) = 41bacc434a13c224b80221f825ffbc9858536db0
Size (pag-0.91.tar.gz) = 41811 bytes