# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@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
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/
}
