summaryrefslogtreecommitdiff
path: root/net/tcpick/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-02-23 17:53:33 +0000
committerminskim <minskim>2004-02-23 17:53:33 +0000
commit45df0b5d3920a44f01ae2e3da95aee5498640954 (patch)
treeafad4951b9b29e405ec95b0e8606c24086c7d85f /net/tcpick/Makefile
parent6c68f7d934bb120ce72ee9a5750aaa0fc75296a5 (diff)
downloadpkgsrc-45df0b5d3920a44f01ae2e3da95aee5498640954.tar.gz
Import tcpick from pkgsrc-wip. Packaged by Jose Diaz Fernandez, and
modified by me. tcpick is a textmode sniffer that can track TCP streams and saves the data captured in files or displays them in the terminal. It is useful for picking files in a passive way. It can store all connections in different files, or it can display all the stream on the terminal (using colors too).
Diffstat (limited to 'net/tcpick/Makefile')
-rw-r--r--net/tcpick/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/tcpick/Makefile b/net/tcpick/Makefile
new file mode 100644
index 00000000000..2aa261e8e86
--- /dev/null
+++ b/net/tcpick/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/23 17:53:33 minskim Exp $
+
+DISTNAME= tcpick-0.1.19
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcpick/}
+
+MAINTAINER= josediazfer@yahoo.es
+HOMEPAGE= http://tcpick.sourceforge.net/
+COMMENT= Simple tcp sniffer with tcpdump-style rules
+
+USE_BUILDLINK3= YES
+GNU_CONFIGURE= YES
+
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"