aboutsummaryrefslogtreecommitdiff
path: root/games/rescue/files
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-10-12 17:26:26 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-10-12 17:26:26 +0000
commit41878d8699d1a2eb2a8043ce2d26c6d6b78b671a (patch)
tree3cf6b047de6b6fe3a8e5fe7cedad2b470384b91f /games/rescue/files
parent532dfb6479ad325605f967bab1e8a090757ea10c (diff)
downloadports-41878d8699d1a2eb2a8043ce2d26c6d6b78b671a.tar.gz
ports-41878d8699d1a2eb2a8043ce2d26c6d6b78b671a.zip
Rescue Max is a Action Adventure in Space written in java.
It is based on a old mac game called Rescue! by Tom Spreen. A 2D space real-time, action/strategy game. You are in control of a ship that you fly around space fighting enemies and making friends on your way. The main objective is to rescue people from planets and take them to star bases. WWW: http://rescue.sourceforge.net/ PR: ports/172123 Submitted by: nemysis@gmx.ch Feature safe: yes
Notes
Notes: svn path=/head/; revision=305790
Diffstat (limited to 'games/rescue/files')
-rw-r--r--games/rescue/files/rescue.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/rescue/files/rescue.in b/games/rescue/files/rescue.in
new file mode 100644
index 000000000000..95f461472762
--- /dev/null
+++ b/games/rescue/files/rescue.in
@@ -0,0 +1,9 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+export JAVA_VERSION="%%JAVA_VERSION%%"
+
+cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" \
+-Djava.ext.dirs="%%DATADIR%%" -jar "%%DATADIR%%/Rescue.jar" "${@}"