summaryrefslogtreecommitdiff
path: root/devel/antlr/files/antlr.sh
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-21 02:53:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-21 02:53:49 +0000
commite17c85302c7629da2391aa8fde405b14eb0f6003 (patch)
tree59f5e00ae540cbd71308d849e889d795a0f83283 /devel/antlr/files/antlr.sh
parentMake audio/mp3gain compiling on 4.7 again. (diff)
New port: devel/antlr
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. PR: ports/40238 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Notes
Notes: svn path=/head/; revision=73700
Diffstat (limited to 'devel/antlr/files/antlr.sh')
-rw-r--r--devel/antlr/files/antlr.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/antlr/files/antlr.sh b/devel/antlr/files/antlr.sh
new file mode 100644
index 000000000000..a8ec1ed47857
--- /dev/null
+++ b/devel/antlr/files/antlr.sh
@@ -0,0 +1,2 @@
+#! /bin/sh
+javavm -classpath %%ANTLR_JAR_PATH%% antlr.Tool