- Add a new launcher shell script: 'jlex' - Update pkg-message accordingly and bump PORTREVISION
5 lines
95 B
Bash
5 lines
95 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
"%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jlex.jar" JLex.Main "$@"
|