1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/dns/dnstop/Makefile
2004-02-06 13:12:53 +00:00

25 lines
526 B
Makefile

# New ports collection makefile for: dnstop
# Date created: 31 October 2002
# Whom: fenner
#
# $FreeBSD$
PORTNAME= dnstop
PORTVERSION= 20030124
CATEGORIES= dns
MASTER_SITES= http://dnstop.measurement-factory.com/src/
MAINTAINER= fenner@FreeBSD.Org
COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump)
NO_WRKSUBDIR= true
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>