# $Id: Portfile,v 1.1 2003/12/07 08:23:27 jkh Exp $ PortSystem 1.0 name flex version 2.5.4a revision 0 categories devel maintainers jkh@opendarwin.org 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://www.gnu.org/software/flex/flex.html platforms darwin master_sites gnu:non-gnu/${portname}/ worksrcdir ${portname}-2.5.4 checksums md5 bd8753d0b22e1f4ec87a553a73021adf configure.post_args --exec-prefix=${destroot}${prefix} patchfiles patch-Makefile.in