diff --git a/benchmarks/flowgrind/Makefile b/benchmarks/flowgrind/Makefile index 47978a962d0e..caa4a6fc7370 100644 --- a/benchmarks/flowgrind/Makefile +++ b/benchmarks/flowgrind/Makefile @@ -1,29 +1,29 @@ PORTNAME= flowgrind PORTVERSION= 0.8.2 DISTVERSIONPREFIX= ${PORTNAME}- PORTREVISION= 3 CATEGORIES= benchmarks MAINTAINER= dbaio@FreeBSD.org COMMENT= Measure throughput and other metrics for TCP -WWW= http://flowgrind.net/ +WWW= https://flowgrind.github.io 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 \ libexpat.so:textproc/expat2 USES= autoreconf ssl USE_GITHUB= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV= LIBS="${LIBS} -lpcap" .include