freebsd-ports/dns/dnstop/Makefile
Erwin Lansing 04456639e2 Update to 20060517
PR:		98488
Submitted by:	miwi
Approved by:	maintainer
2006-06-05 16:02:35 +00:00

23 lines
512 B
Makefile

# New ports collection makefile for: dnstop
# Date created: 31 October 2002
# Whom: fenner
#
# $FreeBSD$
PORTNAME= dnstop
PORTVERSION= 20060517
CATEGORIES= dns
MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/
MAINTAINER= mark@foster.cc
COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump)
MAN8= dnstop.8
PLIST_FILES= bin/dnstop
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8
.include <bsd.port.mk>