diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 02:55:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 02:55:28 +0000 |
commit | db76173f836b6dab5700a884dc0e627e90aea5de (patch) | |
tree | 9d7a6ddccd7d44226880e765c06250acc06e5adb /net/phex/files | |
parent | New port javadc version 0.20: Open source Java DirectConnect (TM) (diff) |
New port phex version 0.5.6: A Java multi platform and spyware free
gnutella client
Notes
Notes:
svn path=/head/; revision=50239
Diffstat (limited to 'net/phex/files')
-rw-r--r-- | net/phex/files/wrapper.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/phex/files/wrapper.sh b/net/phex/files/wrapper.sh new file mode 100644 index 000000000000..bc546605ffb1 --- /dev/null +++ b/net/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} |