a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20465 2006-11-03 15:19:20Z blair@macports.org $
PortSystem 1.0
name agrep
version 2.04
description agrep is similar to egrep.
long_description agrep is similar to egrep \(or grep or fgrep\), \
but it is much more general \(and usually faster\).
maintainers nomaintainer@macports.org
categories sysutils
platforms darwin
homepage http://netbsd.org
master_sites ftp://ftp.cs.arizona.edu/agrep/
checksums md5 abc645404d3926a57c3f5e86a6e89ee9
extract.suffix .tar.Z
use_configure no
build.type bsd
build.target ""
destroot {
xinstall ${worksrcpath}/agrep ${destroot}${prefix}/bin/
xinstall ${worksrcpath}/agrep.1 ${destroot}${prefix}/share/man/man1/
}