summaryrefslogtreecommitdiff
path: root/games/rollemup/files
diff options
context:
space:
mode:
authorR. Imura <imura@FreeBSD.org>1999-12-10 06:32:43 +0000
committerR. Imura <imura@FreeBSD.org>1999-12-10 06:32:43 +0000
commitd88f6954afbf1159b9a054f0032533957fba69d8 (patch)
tree449c74234b4661af4ca953381355c92ebbc513f1 /games/rollemup/files
parentUpdate to version 1.1 (diff)
Initial import of Rollemup which is a cool pinball game.
(This port is from NetBSD's pkgsrc) PR: 15178 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
Notes
Notes: svn path=/head/; revision=23714
Diffstat (limited to 'games/rollemup/files')
-rw-r--r--games/rollemup/files/MESSAGE1
-rw-r--r--games/rollemup/files/README.Rollemup15
-rw-r--r--games/rollemup/files/rollemup.sh2
3 files changed, 18 insertions, 0 deletions
diff --git a/games/rollemup/files/MESSAGE b/games/rollemup/files/MESSAGE
new file mode 100644
index 000000000000..65ecff2cdafb
--- /dev/null
+++ b/games/rollemup/files/MESSAGE
@@ -0,0 +1 @@
+Please read ${PREFIX}/${GAMES_DIR}/Rollemup/README.Rollemup
diff --git a/games/rollemup/files/README.Rollemup b/games/rollemup/files/README.Rollemup
new file mode 100644
index 000000000000..2f19ff0a8bad
--- /dev/null
+++ b/games/rollemup/files/README.Rollemup
@@ -0,0 +1,15 @@
+License information:
+ http://www.medialab.lostboys.nl/content/showcase/license.html
+
+How to start:
+ exec ${PREFIX}/bin/rollemup
+
+Controls:
+ '/' for the Right Flipper
+ 'Z' for the Left Flipper
+ 'Enter' for the Plunger
+ 'Space' for a Shake
+ 'N' for a New Game
+ 'P' to pause a Game
+ 'Q' to Quit
+ 'ESC' to abort the game
diff --git a/games/rollemup/files/rollemup.sh b/games/rollemup/files/rollemup.sh
new file mode 100644
index 000000000000..c490efb8178f
--- /dev/null
+++ b/games/rollemup/files/rollemup.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+(cd ${PREFIX}/${GAMES_DIR}/Rollemup; ${PREFIX}/bin/Rollemup)