fa56069b35
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)
8 lines
153 B
Bash
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 "$@"
|