mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 19:35:28 -04:00
language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. WWW: http://www.antlr3.org PR: 199674 Submitted by: takumiiinn@gmail.com
5 lines
147 B
Bash
5 lines
147 B
Bash
#! /bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -classpath "%%JAVAJARDIR%%/%%INSTALL_JAR%%" org.antlr.Tool "$@"
|