# $Id: Portfile,v 1.6 2004/11/29 17:33:24 michaelm Exp $

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     michaelm@opendarwin.org
master_sites    http://dnstop.measurement-factory.com/src/ 
checksums       md5 226935c1e05fe9f5e6931142bcf81087
depends_lib     lib:libpcap:libpcap
patchfiles	patch_dnstop.c

configure       {}
build.target    
destroot        { system "install ${worksrcpath}/${name} ${destroot}${prefix}/bin/"
                  system "install ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8/"
                }
