aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/flowgrind/Makefile
blob: a59a9a3e9d8ab481a10ee83b15d14c48f895c4a7 (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.6.1
CATEGORIES= benchmarks
MASTER_SITES=   https://launchpad.net/flowgrind/trunk/${PORTNAME}-0.6.1/+download/

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

LIB_DEPENDS=    xmlrpc++:${PORTSDIR}/net/xmlrpc-c \
        gsl:${PORTSDIR}/math/gsl \
        pcap.1:${PORTSDIR}/net/libpcap

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --enable-debug
FETCH_ARGS= -pRr

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

.include <bsd.port.mk>