mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
PR: 155063 Submitted by: arrowdodger <6yearold@gmail.com> Approved by: Matthias Sund <m.sund@arcor.de> (maintainer)
6 lines
155 B
Bash
6 lines
155 B
Bash
#! /bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%PORTNAME%%.jar" org.antlr.works.IDE "$@"
|
|
|