# $Id: Portfile,v 1.13 2006/06/23 23:44:59 markd Exp $

PortSystem 1.0
name		ngrep
version		1.44
categories	net
maintainers	grace@flipt.com
description	Network grep
long_description	ngrep strives to provide most of GNU grep's common features, applying \
			them to the network layer. \
			ngrep a pcap-aware tool that will allow you to specify extended \
			regular expressions to match against data payloads of packets. It \
			currently recognizes TCP, UDP, and ICMP across Ethernet, PPP, SLIP, \
			FDDI, Token Ring and null interfaces, and understands BPF filter \
			logic in the same fashion as more common packet sniffing tools, \
			like tcpdump and snoop.
platforms	darwin
master_sites    sourceforge
checksums		md5 8a142d74043609b09ed57d3baadb2fd6
use_bzip2		yes

depends_build	port:libpcap
configure.args	--with-pcap-includes=${prefix}/include \
				--mandir=${prefix}/share/man
