freebsd-ports/editors/jedit/files/jedit.sh.in
Herve Quiroz f585416687 - Update to bsd.java.mk 2.0
- Fix dynamic plist creation where all JAVASHAREDIR would be listed (and thus
  removed with the port) (!)
- Use SUB_LIST and tweak the launcher shell script
- Move displayed information into pkg-message
- Use DATADIR=${JAVASHAREDIR}/${PORTNAME}
2005-01-29 00:01:49 +00:00

7 lines
183 B
Bash

#!/bin/sh
# $FreeBSD$
# Java heap size, in megabytes
JAVA_HEAP_SIZE=32
JAVA_VERSION="1.3+" "%%LOCALBASE%%/bin/java" -mx${JAVA_HEAP_SIZE}m ${JEDIT} -jar "%%DATADIR%%/jedit.jar" "$@"