1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/tcpflow/Makefile
Sam Lawrance e54afcd72b Fix a bug that prevented tcpflow picking up traffic when
listening on the loopback interface.
Bump PORTREVISION.

PR:		ports/89672
Submitted by:	Oles Hnatkevych <don_oles@able.com.ua>
Approved by:	jose@we.lc.ehu.es (maintainer, timeout 14 days)
2005-12-13 05:49:05 +00:00

23 lines
458 B
Makefile

# 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
PORTREVISION= 1
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>