mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
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
6 lines
123 B
Bash
6 lines
123 B
Bash
#! /bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="1.4+" JAVA_OS="native" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jxm.jar" "$@"
|