cb94ba9284
- Add LICENSE
24 lines
418 B
Makefile
24 lines
418 B
Makefile
# Created by: smace@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tcpslice
|
|
PORTVERSION= 20140407
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= sbz@FreeBSD.org
|
|
COMMENT= Tool for extracting portions of pcap files
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
PLIST_FILES= sbin/tcpslice \
|
|
man/man1/tcpslice.1.gz
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= the-tcpdump-group
|
|
GH_PROJECT= ${PORTNAME}
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= 2837b72
|
|
|
|
.include <bsd.port.mk>
|