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