# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD: tags/RELEASE_11_1_0/benchmarks/flowgrind/Makefile 440442 2017-05-08 17:21:49Z dbaio $

PORTNAME=	flowgrind
PORTVERSION=	0.8.0
PORTREVISION=	1
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	benchmarks

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Measure throughput and other metrics for TCP

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgsl.so:math/gsl \
		libxmlrpc.so:net/xmlrpc-c \
		libcurl.so:ftp/curl \
		libwwwxml.so:www/libwww \
		libuuid.so:misc/e2fsprogs-libuuid

USE_GITHUB=	yes

USES=		autoreconf ssl
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="${LIBS} -lpcap"

.include <bsd.port.mk>
