freebsd-ports/dns/dnstop/Makefile
Frederic Culot 7fe960c640 - Update to 20110107
Changes:	http://dns.measurement-factory.com/tools/dnstop/src/CHANGES
PR:		ports/153806
Submitted by:	Mark Foster <mark AT foster.cc> (maintainer)
Approved by:	sahil@/wen@ (mentors, implicit)
2011-01-09 09:53:09 +00:00

24 lines
582 B
Makefile

# New ports collection makefile for: dnstop
# Date created: 31 October 2002
# Whom: fenner
#
# $FreeBSD$
PORTNAME= dnstop
PORTVERSION= 20110107
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>