freebsd-ports/net-p2p/limewire/files/limewire.sh.in
Alejandro Pulver fa56069b35 - Update to latest stable version (is minor than the port version so use
PORTEPOCH).
- Remove BROKEN.
- Remove RESTRICTED (also removed from LEGAL) since it's distributed under GPL.
- Use pkg-plist (static).
- Preserve command line arguments in the wrapper script.

PR:		ports/112150
Submitted by:	alepulver (myself)
Approved by:	armitage@smartwifi.com.ph (maintainer, timeout)
2007-05-02 16:33:51 +00:00

8 lines
153 B
Bash

#!/bin/sh
#
# $FreeBSD$
export J2SE_PREEMPTCLOSE=1
export JAVA_VERSION="1.3+"
cd "%%DATADIR%%" && exec "%%LOCALBASE%%/bin/java" -jar LimeWire.jar "$@"