aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/netperf/Makefile
blob: 1d9cb75b18e2d24d90375fac90e1bbaaf681838e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for: netperf
# Date created:     19 July 1996
# Whom:         koshy
#
# $FreeBSD$
#

PORTNAME=   netperf
PORTVERSION=    2.4.2
PORTREVISION=   2
CATEGORIES= benchmarks ipv6
MASTER_SITES=   ftp://ftp.netperf.org/netperf/

MAINTAINER= sumikawa@FreeBSD.org
COMMENT=    Network performance benchmarking package

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  "transform="
CONFIGURE_ARGS= --program-prefix=""  --program-suffix=""
MAN1=       netperf.1 netserver.1

INFO=       netperf
SCRIPTS=    arr_script packet_byte_script sctp_stream_script snapshot_script \
        tcp_range_script tcp_rr_script tcp_stream_script udp_rr_script \
        udp_stream_script

.include <bsd.port.pre.mk>

BUILD_DEFS+=    USE_INET6

post-patch:
.for i in ${SCRIPTS}
    @${REINPLACE_CMD} -e 's^%%PREFIX%%^${PREFIX}^' ${WRKSRC}/doc/examples/$i
.endfor

post-install:
    ${MKDIR} ${EXAMPLESDIR}
.for i in ${SCRIPTS}
    ${INSTALL_SCRIPT} ${WRKSRC}/doc/examples/$i ${EXAMPLESDIR}
.endfor

.include <bsd.port.post.mk>