# $Id: Portfile,v 1.5 2006/04/24 20:39:12 markd Exp $

PortSystem 1.0

name            flex
version         2.5.33
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://flex.sourceforge.net/
platforms	darwin
master_sites    sourceforge:flex
use_bzip2	yes
checksums      	md5 343374a00b38d9e39d1158b71af37150

configure.args	--infodir=${prefix}/share/info \
		--mandir=${prefix}/share/man

test.run	yes
test.target	check
