# $Id: Portfile 33800 2008-02-05 14:42:20Z mww@macports.org $ PortSystem 1.0 name flex version 2.5.34 revision 1 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 fbdabda79de417b863970eb03c0f53a3 \ sha1 e2a761030903b5bdb8e272476066a0c47c5fcacf 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++" }