freebsd-ports/benchmarks/flowgrind/Makefile

27 lines
590 B
Makefile

# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$
PORTNAME= flowgrind
PORTVERSION= 0.6.1
PORTREVISION= 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
NO_STAGE= yes
.include <bsd.port.mk>