pkgsrc/net/iperf3/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

25 lines
694 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:50 rillig Exp $
DISTNAME= iperf-3.7
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
PKGREVISION= 1
CATEGORIES= net benchmarks
MASTER_SITES= http://downloads.es.net/pub/iperf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://software.es.net/iperf/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-profiling
# sctp_bindx() is in headers, but unusable
CONFIGURE_ENV.NetBSD+= ac_cv_header_netinet_sctp_h=no
TEST_TARGET= check
LDFLAGS.SunOS+= -lsocket -lnsl
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"