8b79e2d988
PR: ports/131231 Submitted by: Mark D. Foster <mark@foster.cc> (maintainer)
24 lines
582 B
Makefile
24 lines
582 B
Makefile
# New ports collection makefile for: dnstop
|
|
# Date created: 31 October 2002
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dnstop
|
|
PORTVERSION= 20090128
|
|
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)
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
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>
|