View | Details | Raw Unified | Return to bug 256495
Collapse All | Expand All

(-)b/benchmarks/iperf3/Makefile (-3 / +7 lines)
Lines 1-7 Link Here
1
# Created by: Bruce A. Mah <bmah@FreeBSD.org>
1
# Created by: Bruce A. Mah <bmah@FreeBSD.org>
2
2
3
PORTNAME=	iperf
3
PORTNAME=	iperf
4
PORTVERSION=	3.10.1
4
DISTVERSION=	3.10.1
5
PORTREVISION=	1
5
CATEGORIES=	benchmarks
6
CATEGORIES=	benchmarks
6
MASTER_SITES=	https://downloads.es.net/pub/iperf/
7
MASTER_SITES=	https://downloads.es.net/pub/iperf/
7
PKGNAMESUFFIX=	3
8
PKGNAMESUFFIX=	3
Lines 12-19 COMMENT= Improved tool to measure TCP and UDP bandwidth Link Here
12
LICENSE=	BSD3CLAUSE MIT
13
LICENSE=	BSD3CLAUSE MIT
13
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
14
15
15
GNU_CONFIGURE=	yes
16
USES=		libtool ssl
16
USES=		libtool ssl
17
GNU_CONFIGURE=	yes
17
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
18
19
19
PORTDOCS=	README.md RELNOTES.md
20
PORTDOCS=	README.md RELNOTES.md
Lines 21-27 PORTDOCS= README.md RELNOTES.md Link Here
21
# Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR}
22
# Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR}
22
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
23
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
23
24
24
OPTIONS_DEFINE=	DOCS
25
OPTIONS_DEFINE=	DOCS STATIC
26
OPTIONS_SUB=	yes
27
28
STATIC_CONFIGURE_ENABLE=	static
25
29
26
post-patch:
30
post-patch:
27
# Don't build stuff that we're not going to install.  Among other
31
# Don't build stuff that we're not going to install.  Among other
(-)b/benchmarks/iperf3/pkg-plist (-1 / +1 lines)
Lines 1-6 Link Here
1
bin/iperf3
1
bin/iperf3
2
include/iperf_api.h
2
include/iperf_api.h
3
lib/libiperf.a
3
%%STATIC%%lib/libiperf.a
4
lib/libiperf.so
4
lib/libiperf.so
5
lib/libiperf.so.0
5
lib/libiperf.so.0
6
lib/libiperf.so.0.0.0
6
lib/libiperf.so.0.0.0

Return to bug 256495