diff options
Diffstat (limited to 'benchmarks/spp/Makefile')
-rw-r--r-- | benchmarks/spp/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/benchmarks/spp/Makefile b/benchmarks/spp/Makefile new file mode 100644 index 000000000000..372d9191d27e --- /dev/null +++ b/benchmarks/spp/Makefile @@ -0,0 +1,18 @@ +# 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> |