1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/benchmarks/flowgrind/Makefile
Antoine Brodin 69d102e215 - Unbreak, it seems this port wants libpcap from ports not base
- Stage support

Reported by:	pkg-fallout
2014-02-22 17:09:47 +00:00

22 lines
519 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
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-debug
.include <bsd.port.mk>