pkgsrc/net/tcpflow/Makefile
adrianp 13de95056a Include a set of patches from Jukka Salmi in PR# 30805
The patches are a modified version of some enhancements to tcpflow from Debian
Adds the following options:
-e When outputting to the console each flow will be output in alternating
   colours.
-C Console print without the packet source and destination details being
   printed.  Print the contents of packets to stdout as they are received,
   without storing any captured data to files (implies -s).
2006-01-02 19:23:40 +00:00

16 lines
436 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/01/02 19:23:40 adrianp Exp $
#
DISTNAME= tcpflow-0.21
PKGREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
COMMENT= Captures data transmitted as part of TCP connections
GNU_CONFIGURE= YES
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"