mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
19 lines
336 B
Makefile
19 lines
336 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
|
|
|
|
MAN1= tcpslice.1
|
|
PLIST_FILES= sbin/tcpslice
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|