# $Id: Portfile 56149 2009-08-24 20:20:03Z toby@macports.org $

PortSystem 1.0
name            grep
version         2.5.4
platforms       darwin
categories	sysutils
maintainers	waqar
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
use_bzip2       yes
checksums       md5 5650ee2ae6ea4b39e9459d7d0585b315 \
                sha1 9bbd4f02b18bb264e0fcb17293b6f0445c8694d2 \
                rmd160 52abf25681bc6830f372ea7607480da69eaa06fd

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
