# Created by: Lars Eggert # $FreeBSD: head/benchmarks/flowgrind/Makefile 356065 2014-06-01 09:00:15Z ohauer $ PORTNAME= flowgrind PORTVERSION= 0.7.1 CATEGORIES= benchmarks MAINTAINER= lars@eggert.org COMMENT= Measure throughput and other metrics for TCP LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.so:${PORTSDIR}/net/libpcap \ ${LOCALBASE}/lib/libgsl.so:${PORTSDIR}/math/gsl \ ${LOCALBASE}//lib/libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME} GH_TAGNAME= ${PORTNAME}-${PORTVERSION} GH_COMMIT= 14b0578 USE_AUTOTOOLS= aclocal autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-pcap --enable-gsl post-patch: @${RM} -rf ${WRKSRC}/build-aux @${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac pre-configure: cd ${WRKSRC} && ${AUTORECONF} -i .include