# $Id: Portfile,v 1.2 2003/03/03 07:09:28 mij Exp $ PortSystem 1.0 name dnstop version 20030228 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 71f2ee93f69d57f764407941e52e19cd worksrcdir configure {} install { system "install ${worksrcpath}/${name} ${destroot}${prefix}/bin/" system "install ${worksrcpath}/${name}.8 ${destroot}${prefix}/man/man8/" }