18582552c9
- Use SUB_FILES for launcher shell script - Use PLIST_FILES - Set NO_BUILD - Enforce the use of a native JDK (in the port and the launcher shell script) - Fill pkg-descr
5 lines
123 B
Bash
5 lines
123 B
Bash
#! /bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="1.4+" JAVA_OS="native" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jxm.jar" "$@"
|