summaryrefslogtreecommitdiff
path: root/games/robocode/files/robocode-MeleeRumble.in
diff options
context:
space:
mode:
Diffstat (limited to 'games/robocode/files/robocode-MeleeRumble.in')
-rw-r--r--games/robocode/files/robocode-MeleeRumble.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/robocode/files/robocode-MeleeRumble.in b/games/robocode/files/robocode-MeleeRumble.in
new file mode 100644
index 000000000000..aaf841419c3e
--- /dev/null
+++ b/games/robocode/files/robocode-MeleeRumble.in
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# $FreeBSD$
+#
+
+export JAVA_VERSION="%%JAVA_VERSION%%"
+
+cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -Xmx1024M \
+-cp "libs/robocode.jar:libs/roborumble.jar:libs/codesize-1.1.jar" \
+roborumble.RoboRumbleAtHome ./roborumble/meleerumble.txt "${@}"