mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
18 lines
331 B
Makefile
18 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>
|