blob: 506cd3e3509d90b27379e53beb01fa649605fbd3 (
plain)
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
26
27
28
29
30
|
# Created by: Lars Eggert <lars@eggert.org>
# $FreeBSD$
PORTNAME= flowgrind
PORTVERSION= 0.7.5
PORTREVISION= 1
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= benchmarks
MAINTAINER= ports@FreeBSD.org
COMMENT= Measure throughput and other metrics for TCP
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgsl.so:math/gsl \
libxmlrpc.so:net/xmlrpc-c
USE_GITHUB= yes
USES= autoreconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pcap --enable-gsl
CONFIGURE_ENV= LIBS="${LIBS} -lpcap"
post-patch:
@${RM} -rf ${WRKSRC}/build-aux
@${REINPLACE_CMD} -e 's|AC_LIB_RPATH||g' ${WRKSRC}/configure.ac
.include <bsd.port.mk>
|