mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
11ebbffeaf
- Requires Java >= 1.5 this is what documentation guarantees to work - Add shell script for easy invocation - Fix NOPORTEXAMPLES behaviour - Take maintainership
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
"%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/jing.jar" "$@"
|