# $Id: Portfile 79956 2011-06-30 17:46:30Z rmstonecipher@macports.org $

PortSystem 1.0
name            grep
version         2.9
platforms       darwin
categories	sysutils
maintainers	nomaintainer
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     03e3451a38b0d615cb113cbeaf252dc0 \
                    sha1    910ccb63f7436349c0bc6ae60f916a8cf938fcb8 \
                    rmd160  e0bd9d52b1667fca8f4de230b9155d9aa1b97440

patchfiles      patch-po-Makefile.in.in.diff

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

depends_lib     port:pcre port:gettext

test.run        yes
test.target     check
