mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b3f95b0e35
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz) - adjust BSDn License
22 lines
521 B
Makefile
22 lines
521 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= libxmlrpc++.so:${PORTSDIR}/net/xmlrpc-c \
|
|
libgsl.so:${PORTSDIR}/math/gsl \
|
|
libpcap.so.1:${PORTSDIR}/net/libpcap
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-debug
|
|
|
|
.include <bsd.port.mk>
|