# $Id: Portfile,v 1.4 2005/06/14 06:28:42 jkh Exp $ PortSystem 1.0 name flex version 2.5.31 categories devel maintainers darwinports@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://lex.sourceforge.net/ platforms darwin master_sites sourceforge:lex use_bzip2 yes patch_sites http://ftp.debian.org/debian/pool/main/f/flex/ checksums ${distname}${extract.suffix} md5 363dcc4afc917dc51306eb9d3de0152f \ flex_2.5.31-31.diff.gz md5 a2dade2449df688c0bb0214d9ddfa863 patchfiles flex_2.5.31-31.diff.gz \ patch-skel.c patch.pre_args -p1 configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man test.run yes test.target check