# $Id: Portfile,v 1.5 2004/03/27 20:15:17 toby Exp $

PortSystem 1.0
name		grep
version		2.5.1
platforms	darwin
categories	sysutils
maintainers	waqar@opendarwin.org
description	GNU grep, the \"fastest grep in the west\" (we hope).
long_description	\
	Grep searches one or more input files for lines containing a \
	match to a specified pattern. By default, grep prints the \
	matching lines.  
homepage        http://www.gnu.org/software/grep/grep.html
platforms	darwin
master_sites	gnu
checksums	md5 85df024edc9f9689035f6b3de28c7731
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man
