2002-04-15 17:27:05 +00:00
|
|
|
# New ports collection makefile for: tcpslice
|
|
|
|
# Date created: 15 April 2002
|
|
|
|
# Whom: smace@freebsd.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tcpslice
|
2006-12-23 22:59:50 +00:00
|
|
|
PORTVERSION= 2006.12.18
|
2002-04-15 17:27:05 +00:00
|
|
|
CATEGORIES= net
|
2007-01-10 20:51:01 +00:00
|
|
|
MASTER_SITES= http://www.tcpdump.org/weekly/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2002-04-15 17:27:05 +00:00
|
|
|
|
2006-11-08 09:28:33 +00:00
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A tool for extracting portions of pcap files
|
2002-04-15 17:27:05 +00:00
|
|
|
|
|
|
|
MAN1= tcpslice.1
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= sbin/tcpslice
|
2002-04-15 17:27:05 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|