diff options
author | agc <agc@pkgsrc.org> | 2002-07-23 11:46:32 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-07-23 11:46:32 +0000 |
commit | aa892582cde94e69dea86b9187c62524a914798f (patch) | |
tree | 13232554c29ec121c34fe9e4f7c6be4367a64f71 /net/flow-tools/Makefile | |
parent | 598351fc05059667aea4389956be54aa924666eb (diff) | |
download | pkgsrc-aa892582cde94e69dea86b9187c62524a914798f.tar.gz |
Initial import of flow-tools-0.59 into the NetBSD Packages Collection.
Provided by Curt Sampson (cjs@netbsd.org)
Flow-tools is a set of utilties for collecting and storing NetFlow
data, and doing some limited analysis of it.
NetFlow is a Cisco-developed protocol for transferring network traffic
flow information (usually from a router or switch) to another system
that collects and stores this information. More information on NetFlow
is available at
http://www.cisco.com/warp/public/cc/pd/iosw/ioft/neflct/tech/napps_wp.htm
Diffstat (limited to 'net/flow-tools/Makefile')
-rw-r--r-- | net/flow-tools/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile new file mode 100644 index 00000000000..ba7e088ff9d --- /dev/null +++ b/net/flow-tools/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/07/23 11:46:32 agc Exp $ + +DISTNAME= flow-tools-0.59 +CATEGORIES= net +MASTER_SITES= ftp://ftp.eng.oar.net/pub/flow-tools/ + +MAINTAINER= cjs@netbsd.org +HOMEPAGE= http://www.splintered.net/sw/flow-tools/ +COMMENT= Collect and store NetFlow data + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include "../../devel/zlib/buildlink.mk" +.include "../../security/tcp_wrappers/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |