aboutsummaryrefslogtreecommitdiff
path: root/java/jflex/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build by copying needed JAR files at post-extract stageHerve Quiroz2006-08-221-1/+6
| | | | | | | | PR: 101712 Submitted by: maintainer Notes: svn path=/head/; revision=171218
* - Update to version 1.4.1 [1]Herve Quiroz2004-12-201-16/+12
| | | | | | | | | | | | | | | | | | - Use USE_ANT [1] - No longer add %%JAVAJARDIR%% to PLIST_SUB [1] - Update to bsd.java.mk 2.0 - No longer patch the distribution shell script but rather use a FreeBSD specific one [1] - Use SUB_FILES/SUB_LIST to perform substitutions on the launcher shell script - Minor cosmetic improvements - Use JAVALIBDIR rather than JAVAJARDIR for JAR dependencies - Moved the BUILD_DEPENDS statement to calm portlint PR: 75198 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=124594
* Update to 1.4.Mark Linimon2004-05-101-5/+11
| | | | | | | | PR: ports/66231 Submitted by: Conor McDermottroe <ports@mcdermottroe.com> (maintainer) Notes: svn path=/head/; revision=108862
* Add a port of jflex:Greg Lewis2004-02-181-0/+46
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: svn path=/head/; revision=101341