diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-23 11:24:52 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-23 11:24:52 +0000 |
commit | f0c2b25c65d46fb0d4a8e8f460c150717441cc98 (patch) | |
tree | 1b608b2ffa56de8af24f5a58f515e6371051e751 /games/jetpack/pkg | |
parent | f9c06091c4455b12b095f4b58147a3558927866f (diff) | |
download | pkgsrc-f0c2b25c65d46fb0d4a8e8f460c150717441cc98.tar.gz |
New pkg for jetpack-1.0. Patches taken from FreeBSD ports collection.
(last time I do that.. ugh)
an arcade action game for X Windows.
Diffstat (limited to 'games/jetpack/pkg')
-rw-r--r-- | games/jetpack/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/jetpack/pkg/DESCR | 11 | ||||
-rw-r--r-- | games/jetpack/pkg/PLIST | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/games/jetpack/pkg/COMMENT b/games/jetpack/pkg/COMMENT new file mode 100644 index 00000000000..838eabfd5ed --- /dev/null +++ b/games/jetpack/pkg/COMMENT @@ -0,0 +1 @@ +an arcade action game for X Windows. diff --git a/games/jetpack/pkg/DESCR b/games/jetpack/pkg/DESCR new file mode 100644 index 00000000000..fab66172826 --- /dev/null +++ b/games/jetpack/pkg/DESCR @@ -0,0 +1,11 @@ +Jetpack is an arcade action game. The user controls a player wearing a +jetpack. The player must travel through the maze to find a key and +bring it back to the door to exit to the next level. There are three +kinds of enemies in jetpack: guards, fireballs and wall sweepers. +Touching any enemy is fatal. Guards patrol the maze. They +fly in the middle of the corridors and follow random paths through the +maze. Fireballs fly through space and bounce off walls. Wall +Sweepers cling to walls and continuously move along the surface of the +walls. They can hang on to any side, and when they reach the end of a +wall, flip to hug the other side and continue in the opposite +direction. diff --git a/games/jetpack/pkg/PLIST b/games/jetpack/pkg/PLIST new file mode 100644 index 00000000000..d146cab80e8 --- /dev/null +++ b/games/jetpack/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 1998/08/23 11:24:55 garbled Exp $ +bin/jetpack +man/man6/jetpack.6 +share/jetpack/jetpack.lev000 +@unexec rm -f %D/share/jetpack/jetpack.scores +@dirrm share/jetpack |