mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
7fbbad0100
Reminded by: Bill Fenner's distfile survey
25 lines
537 B
Makefile
25 lines
537 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/ \
|
|
http://home.leo.org/~barner/freebsd/distfiles/
|
|
|
|
MAINTAINER= barner@FreeBSD.org
|
|
COMMENT= A tool for capturing data transmitted as part of TCP connections
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_AUTOTOOLS= automake:14
|
|
|
|
MAN1= tcpflow.1
|
|
PLIST_FILES= bin/tcpflow
|
|
|
|
.include <bsd.port.mk>
|