blob: dda5a049604fcd35a5ef3d12c31c667107008ff2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: tcpflow
# Date created: 20 August 1999
# Whom: Jose M. Alcaide <jose@we.lc.ehu.es>
#
# $FreeBSD$
#
PORTNAME= tcpflow
PORTVERSION= 0.21
CATEGORIES= net
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
MAINTAINER= jose@we.lc.ehu.es
COMMENT= A tool for capturing data transmitted as part of TCP connections
HAS_CONFIGURE= yes
MAN1= tcpflow.1
PLIST_FILES= bin/tcpflow
.include <bsd.port.mk>
|