pkgsrc/net/iperf3/Makefile
he d725eb0b01 If NetBSD has TCP_INFO, display number of retransmits and the
congestion window on each test interval.
Also fix the FreeBSD version to do the same (wrong variable
in the tcp_info struct was used...).
Bump PKGREVISION.
2015-02-07 17:11:23 +00:00

18 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.2 2015/02/07 17:11:23 he Exp $
DISTNAME= iperf-3.0.11
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
PKGREVISION= 1
CATEGORIES= net benchmarks
MASTER_SITES= http://downloads.es.net/pub/iperf/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://software.es.net/iperf/
COMMENT= TCP and UDP bandwidth performance measurement tool
LICENSE= modified-bsd
USE_LANGUAGES= c
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"