2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.25 2019/07/12 20:48:49 sthen Exp $
|
2001-05-06 04:59:54 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= tool for capturing data from TCP connections
|
1999-11-12 14:22:25 +00:00
|
|
|
|
2003-08-12 00:59:46 +00:00
|
|
|
DISTNAME= tcpflow-0.21
|
2011-03-10 20:23:21 +00:00
|
|
|
REVISION= 2
|
1999-11-12 14:22:25 +00:00
|
|
|
CATEGORIES= net
|
2015-06-14 06:22:52 +00:00
|
|
|
MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/
|
1999-11-12 14:22:25 +00:00
|
|
|
|
2000-10-06 01:41:08 +00:00
|
|
|
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
|
|
|
|
|
2011-03-10 20:23:21 +00:00
|
|
|
# GPLv2
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2010-07-12 22:07:37 +00:00
|
|
|
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c pcap
|
2000-03-23 00:47:39 +00:00
|
|
|
|
2000-10-06 01:41:08 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
1999-11-12 14:22:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|