blob: 387295e3c3629388daa91a4fc62710078ad5afb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2004/04/18 07:33:30 snj Exp $
#
DISTNAME= tcpflow-0.20
CATEGORIES= net security
MASTER_SITES= http://www.circlemud.org/pub/jelson/tcpflow/
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
COMMENT= Captures data transmitted as part of TCP connections
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|