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 |