Index: head/benchmarks/flowgrind/Makefile =================================================================== --- head/benchmarks/flowgrind/Makefile (revision 464816) +++ head/benchmarks/flowgrind/Makefile (revision 464817) @@ -1,28 +1,29 @@ # Created by: Lars Eggert # $FreeBSD$ PORTNAME= flowgrind PORTVERSION= 0.8.0 -PORTREVISION= 2 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 2 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 -USES= autoreconf ssl GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="${LIBS} -lpcap" .include