1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/xnap/files/wrapper.sh
Mario Sergio Fujikawa Ferreira 8dbb94485a 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
2001-11-20 00:07:05 +00:00

9 lines
140 B
Bash

#!/bin/sh
PREFIX="%%PREFIX%%"
JAVAVM="%%JAVAVM%%"
JAR_DIR="%%JAR_DIR%%"
JAR_FILE=xnap.jar
${JAVAVM} -jar ${PREFIX}/${JAR_DIR}/${JAR_FILE}