blob: fcc98cc8138271f4408f657aa05fb49302c518ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: tcpdstat
# Date created: 08 Januari 2003
# Whom: Richard Arends
#
# $FreeBSD$
#
PORTNAME= tcpdstat
PORTVERSION= 0.9
CATEGORIES= net
MASTER_SITES= ftp://tracer.csl.sony.co.jp/pub/mawi/tools/
DISTNAME= tcpd-tools-0.9
MAINTAINER= richard@unixguru.nl
COMMENT= A tool for generating statistics from tcpdump (libpcap) files
PLIST_FILES= bin/tcpdstat
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
.include <bsd.port.mk>
|