# $Id: Portfile 116098 2014-01-18 19:50:15Z devans@macports.org $ PortSystem 1.0 name grep version 2.16 platforms darwin categories sysutils license GPL-3+ installs_libs no 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 use_xz yes checksums rmd160 c1e2534a1835dd590e08cb50dec2f135c8844e38 \ sha256 16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162 # Ensure system version of grep is used instead of a possibly broken MacPorts version. configure.env PATH=/usr/bin:$env(PATH) depends_lib port:pcre port:gettext test.run yes test.target check