mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# Created by: Lars Eggert <lars@eggert.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spp
|
|
PORTVERSION= 0.3.4
|
|
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
|
|
MAN1= spp.1
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|