summaryrefslogtreecommitdiff
path: root/java/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-02-18 19:50:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-02-18 19:50:33 +0000
commita69622a594795a23ac050162811b398dbc705ce0 (patch)
treeab99cf690f034de0db8c105616e437d8cb19b54e /java/Makefile
parentBump PORTREVISION and otherwise adjust things depending on WordNet, which was (diff)
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>
Notes
Notes: svn path=/head/; revision=101341
Diffstat (limited to 'java/Makefile')
-rw-r--r--java/Makefile1
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