mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
c339542ca1
PR: ports/46879 Submitted by: Richard Arends <richard@unixguru.nl>
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# 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
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|