a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23181 2007-03-27 00:49:05Z pipping@macports.org $
PortSystem 1.0
name grep
version 2.5.1a
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 52202fe462770fa6be1bb667bd6cf30c \
sha1 2cd082775d30be463c0ac674a00595eb56fda22e \
rmd160 f02c36c5a1efe805eafb0b4c0171ddb7ff15fbeb
configure.args --infodir=${prefix}/share/info \
--mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include" \
LDFLAGS="-L${prefix}/lib"
depends_lib port:gettext port:libiconv
test.run yes
test.target check