blob: 41052c1398c796853b68c954a8d9764f80d3d8ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2003/04/10 17:08:13 wiz 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_BUILDLINK2= YES
GNU_CONFIGURE= YES
.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|