aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/spp/Makefile
blob: 765f9f8946f914098d546fd8d415fc5de526520e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>