20 lines
403 B
Makefile
20 lines
403 B
Makefile
# $OpenBSD: Makefile,v 1.24 2015/06/14 06:22:52 bentley Exp $
|
|
|
|
COMMENT= tool for capturing data from TCP connections
|
|
|
|
DISTNAME= tcpflow-0.21
|
|
REVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/
|
|
|
|
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB= c pcap
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|