freebsd-ports/net/tcpflow/Makefile
Chris Piazza 243b289ab1 Import of tcpflow.
Tcpflow is a tool for capturing data transmitted as part of TCP connections
(flows), and stores it in a way that is convenient for protocol
analysis or debugging.  tcpflow reconstructs the actual data streams
and stores each flow in a seperate file for later analysis.

PR:		13362
Submitted by:	Jose M. Alcaide <jose@we.lc.ehu.es>
1999-08-26 23:32:03 +00:00

19 lines
350 B
Makefile

# New ports collection makefile for: tcpflow
# Version required: 0.12
# Date created: 20 August 1999
# Whom: Jose M. Alcaide <jose@we.lc.ehu.es>
#
# $Id$
#
DISTNAME= tcpflow-0.12
CATEGORIES= net
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
MAINTAINER= jose@we.lc.ehu.es
HAS_CONFIGURE= yes
MAN1= tcpflow.1
.include <bsd.port.mk>