summaryrefslogtreecommitdiff
path: root/net/iperf3/Makefile
blob: b86b7fc23307233be0ec43f7cbccf4fd7b175a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $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"