7c9bb96a47
Changelog: https://github.com/the-tcpdump-group/tcpslice/blob/tcpslice-1.6/CHANGES PR: 262723 Approved by: portmgr (maintainer timeout, 2+ weeks)
22 lines
388 B
Makefile
22 lines
388 B
Makefile
PORTNAME= tcpslice
|
|
DISTVERSION= 1.6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://www.tcpdump.org/release/
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Tool for extracting portions of pcap files
|
|
WWW= https://www.tcpdump.org/related.html
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= cpe
|
|
|
|
CPE_VENDOR= tcpdump
|
|
|
|
PLIST_FILES= bin/tcpslice \
|
|
man/man1/tcpslice.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|