aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/phex/files/wrapper.sh
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-20 02:55:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-20 02:55:28 +0000
commitdb76173f836b6dab5700a884dc0e627e90aea5de (patch)
tree9d7a6ddccd7d44226880e765c06250acc06e5adb /net-p2p/phex/files/wrapper.sh
parent38779987a4c2cc45fe9481689bb7091069572c56 (diff)
downloadports-db76173f836b6dab5700a884dc0e627e90aea5de.tar.gz
ports-db76173f836b6dab5700a884dc0e627e90aea5de.zip
Notes
Diffstat (limited to 'net-p2p/phex/files/wrapper.sh')
-rw-r--r--net-p2p/phex/files/wrapper.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/net-p2p/phex/files/wrapper.sh b/net-p2p/phex/files/wrapper.sh
new file mode 100644
index 000000000000..bc546605ffb1
--- /dev/null
+++ b/net-p2p/phex/files/wrapper.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+PREFIX="%%PREFIX%%"
+JAVAVM="%%JAVAVM%%"
+JAR_DIR="%%JAR_DIR%%"
+JAR_FILE="%%JAR_FILE%%"
+
+${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE}