summaryrefslogtreecommitdiff
path: root/net/tcpslice/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-09-26 05:49:31 +0000
committerjlam <jlam@pkgsrc.org>2001-09-26 05:49:31 +0000
commit3ef98c60905ae5c8a26170cc7192983fd5cd551e (patch)
treec59648d6e931c648fb1346c608ce5dd85c6263ee /net/tcpslice/Makefile
parent11b3206fa194f60d51ea66ccb4d92f30314f8557 (diff)
downloadpkgsrc-3ef98c60905ae5c8a26170cc7192983fd5cd551e.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"