blob: d6d1652f9e5941197681b879b96e20851cd29bb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: tcpslice
# Date created: 15 April 2002
# Whom: smace@freebsd.org
#
# $FreeBSD$
#
PORTNAME= tcpslice
PORTVERSION= 2006.12.18
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/weekly/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= A tool for extracting portions of pcap files
MAN1= tcpslice.1
PLIST_FILES= sbin/tcpslice
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|