# $Id: Portfile,v 1.10 2005/09/13 06:57:49 olegb Exp $

PortSystem 1.0
name		angst
version		0.4b
revision	2
categories	net
maintainers	darwinports@opendarwin.org
platforms	darwin
description	an active sniffer
long_description	${description}
homepage	http://angst.sourceforge.net/
master_sites	sourceforge
checksums	md5 21643cd776bf478c6fbe4ddabb826be8
depends_lib	lib:libnet:libnet
configure   	{ cd ${worksrcpath} 
	      	  reinplace "s|/usr/local|${prefix}|g" Makefile
		  reinplace "s|${prefix}/sbin|${destroot}${prefix}/sbin|g" Makefile
	          reinplace "s|${prefix}/share/man|${destroot}${prefix}/share/man|g" Makefile }
