1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/benchmarks/flowgrind/Makefile
Tobias C. Berner 5da7ccc1fb Update math/gsl to 2.4
Exp-Run by:	antoine
PR:		220408
2017-07-03 20:38:11 +00:00

29 lines
574 B
Makefile

# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$
PORTNAME= flowgrind
PORTVERSION= 0.8.0
PORTREVISION= 2
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>