aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/flowgrind/Makefile
blob: 031b66688d7aff82898fd94a5ac83c272ff97db7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$

PORTNAME=	flowgrind
PORTVERSION=	0.5.9
CATEGORIES=	benchmarks
MASTER_SITES=	http://launchpad.net/flowgrind/trunk/${PORTNAME}-${PORTVERSION}/+download/

MAINTAINER=	lars@eggert.org
COMMENT=	Measure throughput and other metrics for TCP

LIB_DEPENDS=	xmlrpc++:${PORTSDIR}/net/xmlrpc-c \
		gsl:${PORTSDIR}/math/gsl
BUILD_DEPENDS=	${LOCALBASE}/lib/libpcap.so:${PORTSDIR}/net/libpcap

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
FETCH_ARGS=	-pRr

MAN1=		flowgrind-stop.1 \
		flowgrind.1 \
		flowgrindd.1

.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>