aboutsummaryrefslogtreecommitdiff
path: root/dns/dnstop/Makefile
blob: 0201159a3239b58844c6fc7618082d05fed157aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: fenner
# $FreeBSD$

PORTNAME=	dnstop
PORTVERSION=	20140915
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=	BSD2CLAUSE

USES=		ncurses
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/dnstop \
		man/man8/dnstop.8.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${STAGEDIR}${PREFIX}/bin/
	${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/

.include <bsd.port.mk>