2013-03-08 03:44:53 +01:00
|
|
|
# Created by: Lars Eggert <lars@eggert.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= flowgrind
|
2013-07-23 19:21:32 +02:00
|
|
|
PORTVERSION= 0.6.1
|
2013-08-26 18:06:37 +02:00
|
|
|
PORTREVISION= 1
|
2013-03-08 03:44:53 +01:00
|
|
|
CATEGORIES= benchmarks
|
2013-07-23 19:21:32 +02:00
|
|
|
MASTER_SITES= https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6.1/+download/
|
2013-03-08 03:44:53 +01:00
|
|
|
|
|
|
|
MAINTAINER= lars@eggert.org
|
|
|
|
COMMENT= Measure throughput and other metrics for TCP
|
|
|
|
|
2013-12-11 15:38:29 +01:00
|
|
|
LIB_DEPENDS= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \
|
|
|
|
libgsl.so:${PORTSDIR}/math/gsl \
|
2014-02-22 18:09:47 +01:00
|
|
|
libpcap.so.1:${PORTSDIR}/net/libpcap
|
2013-03-08 03:44:53 +01:00
|
|
|
|
2014-06-01 11:00:15 +02:00
|
|
|
USES= tar:bzip2
|
2013-03-08 03:44:53 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-07-05 13:53:08 +02:00
|
|
|
CONFIGURE_ARGS= --enable-debug
|
2013-03-08 03:44:53 +01:00
|
|
|
|
2013-07-23 19:21:32 +02:00
|
|
|
.include <bsd.port.mk>
|