diff options
author | glewis <glewis@FreeBSD.org> | 2004-02-19 03:50:33 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-02-19 03:50:33 +0800 |
commit | f5080365602544cac674f22a863472bcfc71bb72 (patch) | |
tree | df1afa22db98e7aac7525a54497b8b26a778115d /java/Makefile | |
parent | dfdd04541701efc2b07fe148f4833171c99a3c28 (diff) | |
download | freebsd-ports-gnome-f5080365602544cac674f22a863472bcfc71bb72.tar.gz freebsd-ports-gnome-f5080365602544cac674f22a863472bcfc71bb72.tar.zst freebsd-ports-gnome-f5080365602544cac674f22a863472bcfc71bb72.zip |
Add a port of jflex:
JFlex is a lexical analyzer generator for Java written in Java.
It is also a rewrite of the very useful tool JLex which was developed
by Elliot Berk at Princeton University. As Vern Paxon states for his C/C++
tool flex: They do not share any code though.
WWW: http://www.jflex.de/
I've done some clean up to the submitted version of the port.
PR: 62043
Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 2866893c2ed7..b8235e4d9121 100644 --- a/java/Makefile +++ b/java/Makefile @@ -72,6 +72,7 @@ SUBDIR += jdk14-doc SUBDIR += jdom SUBDIR += jfc + SUBDIR += jflex SUBDIR += jfreechart SUBDIR += jikes SUBDIR += jlex |