b4a3bc01d4
the port to depend on JAR-files already provided by other ports, instead of installing its own (bundled) versions of same. Rename from "jakarta-jmeter" to simply "jmeter" -- according to Apache site, Jakarta is no more and all its projects now live on their own. Take over maintainership. Approved by: beat (the previous maintainer)
4 lines
130 B
Bash
4 lines
130 B
Bash
#!/bin/sh
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/bin/ApacheJMeter.jar" "$@"
|