summaryrefslogtreecommitdiff
path: root/net/flow-tools/Makefile
diff options
context:
space:
mode:
authoragc <agc>2002-07-23 11:46:32 +0000
committeragc <agc>2002-07-23 11:46:32 +0000
commitce20852635100119d641448501f30d76c392cb4d (patch)
tree13232554c29ec121c34fe9e4f7c6be4367a64f71 /net/flow-tools/Makefile
parent853231d48748c4b9461326cdd0197cf3b9674204 (diff)
downloadpkgsrc-ce20852635100119d641448501f30d76c392cb4d.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/Makefile16
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"