opnsense-ports/benchmarks/flowgrind/Makefile
Franco Fichtner b44200ae75 */*: sync with upstream
Taken from: HardenedBSD
2018-07-06 14:35:17 +02:00

29 lines
575 B
Makefile

# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$
PORTNAME= flowgrind
PORTVERSION= 0.8.0
DISTVERSIONPREFIX= ${PORTNAME}-
PORTREVISION= 4
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
USES= autoreconf ssl
USE_GITHUB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
.include <bsd.port.mk>