Lines 5-17
Link Here
|
5 |
# $FreeBSD: ports/dns/dnstop/Makefile,v 1.17 2008/05/13 07:31:52 jadawin Exp $ |
5 |
# $FreeBSD: ports/dns/dnstop/Makefile,v 1.17 2008/05/13 07:31:52 jadawin Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= dnstop |
7 |
PORTNAME= dnstop |
8 |
PORTVERSION= 20080321 |
8 |
PORTVERSION= 20080502 |
9 |
CATEGORIES= dns ipv6 |
9 |
CATEGORIES= dns ipv6 |
10 |
MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ |
10 |
MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ |
11 |
|
11 |
|
12 |
MAINTAINER= mark@foster.cc |
12 |
MAINTAINER= mark@foster.cc |
13 |
COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump) |
13 |
COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump) |
14 |
|
14 |
|
|
|
15 |
GNU_CONFIGURE= yes |
16 |
USE_GMAKE= yes |
17 |
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |
15 |
MAN8= dnstop.8 |
18 |
MAN8= dnstop.8 |
16 |
PLIST_FILES= bin/dnstop |
19 |
PLIST_FILES= bin/dnstop |
17 |
|
20 |
|