a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $
PortSystem 1.0
name dnstop
version 20040309
categories net
description dnstop is a libpcap application that displays tables of DNS traffic
homepage http://dnstop.measurement-factory.com/
maintainers nomaintainer@macports.org
master_sites http://dnstop.measurement-factory.com/src/
checksums md5 226935c1e05fe9f5e6931142bcf81087
depends_lib lib:libpcap:libpcap
patchfiles patch_dnstop.c
use_configure no
build.target
destroot { system "install ${worksrcpath}/${name} ${destroot}${prefix}/bin/"
system "install ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8/"
}