summaryrefslogblamecommitdiff
path: root/benchmarks/flowgrind/Makefile
blob: 12fd76dc011fa24213555603681e0a5e47449b95 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                     
                                    
                 
                          
 
                                 
                                                            
                                     
 

                                 
 
                                    


                                           

                                                   
 

                              
                   
 
                   
                                     
 
                      
PORTNAME=	flowgrind
PORTVERSION=	0.8.2
DISTVERSIONPREFIX=	${PORTNAME}-
PORTREVISION=	2
CATEGORIES=	benchmarks

MAINTAINER=	dbaio@FreeBSD.org
COMMENT=	Measure throughput and other metrics for TCP
WWW=		http://flowgrind.net/

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libgsl.so:math/gsl \
		libxmlrpc.so:net/xmlrpc-c \
		libcurl.so:ftp/curl \
		libwwwxml.so:www/libwww \
		libuuid.so:misc/e2fsprogs-libuuid \
		libexpat.so:textproc/expat2

USES=		autoreconf ssl

USE_GITHUB=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	LIBS="${LIBS} -lpcap"

.include <bsd.port.mk>