summaryrefslogtreecommitdiff
path: root/net/tcpslice/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-26 05:49:31 +0000
committerjlam <jlam>2001-09-26 05:49:31 +0000
commit7ffe6ada8c0a0dcd886a69eb085ed508290e6115 (patch)
treec59648d6e931c648fb1346c608ce5dd85c6263ee /net/tcpslice/Makefile
parent71961e267aeb266e2921f2d6ae6b2dd78e70e564 (diff)
downloadpkgsrc-7ffe6ada8c0a0dcd886a69eb085ed508290e6115.tar.gz
net/tcpslice - tool for extracting portions of tcpdump's packet trace files
Tcpslice extract pieces of and/or merge together packet trace files generated using tcpdump's -w flag. Tcpslice uses libpcap, a system-independent interface for user-level packet capture. Provided in pkg/13926 by Stoned Elipot <seb@pbox.org>.
Diffstat (limited to 'net/tcpslice/Makefile')
-rw-r--r--net/tcpslice/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/tcpslice/Makefile b/net/tcpslice/Makefile
new file mode 100644
index 00000000000..a1878de2f98
--- /dev/null
+++ b/net/tcpslice/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/09/26 05:49:31 jlam Exp $
+
+DISTNAME= tcpslice-1.2a1
+PKGNAME= tcpslice-1.2.0.1
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.ee.lbl.gov/
+
+MAINTAINER= seb@pbox.org
+COMMENT= tool for extracting portions of tcpdump's packet trace files
+
+USE_BUILDLINK_ONLY= YES
+GNU_CONFIGURE= YES
+INSTALL_TARGET= install install-man
+
+.include "../../net/libpcap/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"