freebsd-ports/benchmarks/spp/Makefile
Pawel Pekala a678d340c1 SPP provides frequently updated RTT estimates using IP traffic already
present in the network. SPP estimates the RTT between two measurement
points without requiring precise time synchronisation between each
point. SPP accurately estimates the RTT experienced by any application's
traffic without needing modifications to the application itself
or the routers along the path.

WWW: http://caia.swin.edu.au/tools/spp/

PR:		ports/176249
Submitted by:	Lars Eggert <lars@eggert.org>
2013-03-01 23:16:24 +00:00

18 lines
397 B
Makefile

# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$
PORTNAME= spp
PORTVERSION= 0.3.2
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
PLIST_FILES= bin/spp
post-patch:
@${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>