diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 00:07:05 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-11-20 00:07:05 +0000 |
commit | 8dbb94485a49659997f47ad2f8dae7985f044056 (patch) | |
tree | 31fb683a9809c34ff0485780c126b33f17ab8a63 /audio/xnap/files/wrapper.sh | |
parent | Uphold hier(7): install user daemons under sbin rather than bin (diff) |
o New port XNap version 1.1.pre2: A pure java napster client; also,
supports OpenNap & giFT (FastTrack)
o giFT support is currently off while its protocol is synced to
the latest FastTrack protocol
Diffstat (limited to 'audio/xnap/files/wrapper.sh')
-rw-r--r-- | audio/xnap/files/wrapper.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/xnap/files/wrapper.sh b/audio/xnap/files/wrapper.sh new file mode 100644 index 000000000000..1b1ff7dc8859 --- /dev/null +++ b/audio/xnap/files/wrapper.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +PREFIX="%%PREFIX%%" +JAVAVM="%%JAVAVM%%" +JAR_DIR="%%JAR_DIR%%" +JAR_FILE=xnap.jar + +${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE} |