ports/devel/kickassembler/files/kickassembler.sh.in
Dmitry Marakasov 5f8ea696a8 - Add LICENSES=NONE (couldn't find any mention of licensing conditions)
- Add NO_ARCH
- Switch to options helpers
2017-02-17 09:01:33 +00:00

9 lines
205 B
Bash

#!/bin/sh
#
# Execution wrapper for KickAssembler
#
# Written by Uffe Jakobsen <uffe@uffe.org>
#
JAVA_VERSION="%%JAVA_VERSION%%"
%%LOCALBASE%%/bin/java -jar %%JAVASHAREDIR%%/%%PORTNAME%%/KickAss.jar ${@}