17 lines
331 B
Makefile
17 lines
331 B
Makefile
# Created by: smace@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcpslice
|
|
PORTVERSION= 2008.05.19
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.tcpdump.org/weekly/
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= A tool for extracting portions of pcap files
|
|
|
|
PLIST_FILES= sbin/tcpslice \
|
|
man/man1/tcpslice.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|