# $Id: Portfile,v 1.3 2005/08/30 10:07:36 mww Exp $ PortSystem 1.0 name antlr version 2.7.5 categories lang java platforms darwin maintainers mww@opendarwin.org description antlr is ANother Tool for Language Recognition long_description ANTLR, ANother Tool for Language Recognition, is a \ language tool that provides a framework for constructing \ recognizers, compilers, and translators from grammatical \ descriptions containing Java, C#, or C++ actions. homepage http://www.antlr.org/ master_sites ${homepage}/download/ checksums md5 1ef201f29283179c8e5ab618529cac78 patchfiles patch-configure.diff configure.env CLASSPATH=. configure.pre_args --prefix=${destroot}${prefix} destroot.args versioneddir=java post-destroot { reinplace "s|antlr-2.7.3/|java/|g" ${destroot}${prefix}/bin/antlr }