1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/jxm/files/jxm.sh.in
Herve Quiroz 18582552c9 - Update to bsd.java.mk 2.0
- 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
2005-01-28 23:21:33 +00:00

6 lines
123 B
Bash

#! /bin/sh
#
# $FreeBSD$
JAVA_VERSION="1.4+" JAVA_OS="native" "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jxm.jar" "$@"