# $Id: Portfile 34533 2008-02-27 21:00:43Z mww@macports.org $ PortSystem 1.0 name flex version 2.5.35 categories devel maintainers mww description Fast lexical analyser generator long_description "Flex is a tool for generating programs that require \ pattern-matching on text. It is usually used together \ with yacc/bison to automatically generate a parser for \ a language grammar, e.g. the syntax of a configuration file." homepage http://flex.sourceforge.net/ platforms darwin master_sites sourceforge checksums md5 10714e50cea54dc7a227e3eddcd44d57 \ sha1 c507095833aaeef2d6502e12638e54bf7ad2f24a use_bzip2 yes configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man test.run yes test.target check post-destroot { system "cd ${destroot}${prefix}/bin && ln -s flex flex++" } livecheck.version flex-${version}