# $Id: Portfile 37524 2008-06-11 09:58:59Z ryandesign@macports.org $ PortSystem 1.0 name grep version 2.5.3 platforms darwin categories sysutils maintainers waqar@macports.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 use_bzip2 yes checksums md5 27061ce1fde82876970b6549a156da8b \ sha1 53227ca9a01d5548448372f9b2e9111adf159f3b \ rmd160 dafa692fd67dfcd1c94115e9831d291b29fa7729 patchfiles patch-po-Makefile.in.in.diff configure.args --infodir=${prefix}/share/info \ --mandir=${prefix}/share/man configure.cppflags-append -I${prefix}/include configure.ldflags-append -L${prefix}/lib depends_lib port:pcre port:gettext test.run yes test.target check