20 lines
395 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.25 2019/07/12 20:48:49 sthen Exp $
COMMENT= tool for capturing data from TCP connections
DISTNAME= tcpflow-0.21
REVISION= 2
CATEGORIES= net
2015-06-14 06:22:52 +00:00
MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
# GPLv2
PERMIT_PACKAGE= Yes
2004-12-16 00:31:20 +00:00
WANTLIB= c pcap
2000-03-23 00:47:39 +00:00
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>