mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
290c488e60
PR: 116418 Submitted by: Mark Foster <mark@foster.cc> (maintainer)
23 lines
517 B
Makefile
23 lines
517 B
Makefile
# New ports collection makefile for: dnstop
|
|
# Date created: 31 October 2002
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnstop
|
|
PORTVERSION= 20070510
|
|
CATEGORIES= dns ipv6
|
|
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>
|