PR: 206406 Submitted by: jochen@jochen-neumeister.de Approved by: lars@eggert.org (maintainer)
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# Created by: Lars Eggert <lars@eggert.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spp
|
|
PORTVERSION= 0.3.6
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/
|
|
|
|
MAINTAINER= lars@eggert.org
|
|
COMMENT= Calculates round trip time from pcap files or live capture
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
PLIST_FILES= bin/spp man/man1/spp.1.gz
|
|
|
|
.include <bsd.port.mk>
|