1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/dns/dnstop/Makefile
Steven Kreuzer 84b1effaa7 Update to 20121017
PR:		ports/174396
Approved by:	Mark Foster <mark@foster.cc>
2012-12-12 21:12:33 +00:00

29 lines
587 B
Makefile

# New ports collection makefile for: dnstop
# Date created: 31 October 2002
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= dnstop
PORTVERSION= 20121017
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)
LICENSE= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
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>