aboutsummaryrefslogtreecommitdiffstats
path: root/net/dnstop/Makefile
blob: 9dcd296d44fc8a0f51e14539717705c5a7abea3c (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
# New ports collection makefile for:    dnstop
# Date created:     31 October 2002
# Whom:         fenner
#
# $FreeBSD$

PORTNAME=   dnstop
PORTVERSION=    20030124
CATEGORIES= net
MASTER_SITES=   http://dnstop.measurement-factory.com/src/

MAINTAINER= fenner@FreeBSD.Org
COMMENT=    Captures and analyzes DNS traffic (or analyzes libpcap dump)

NO_WRKSUBDIR=   true

MAN8=       dnstop.8

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

.include <bsd.port.mk>