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

                         
                 

                          
                                    
                                                            
                                                       







                                       
                                             


                          
 

                                          


                      
PORTNAME=	perftest
DISTVERSIONPREFIX=	v
DISTVERSION=	4.4-0.7
PORTREVISION=	1
CATEGORIES=	benchmarks

MAINTAINER=	hselasky@FreeBSD.org
COMMENT=	Collection of tests for RDMA micro-benchmark
WWW=		https://github.com/linux-rdma/perftest/

LICENSE=	LGPL21 BSD2CLAUSE
LICENSE_COMB=	dual

.if !exists(/usr/lib/libibverbs.so)
IGNORE=		missing OFED user space
.endif

USES=		autoreconf libtool shebangfix

USE_GITHUB=	yes
GH_ACCOUNT=	linux-rdma

SHEBANG_FILES=	run_perftest_multi_devices

GNU_CONFIGURE=yes

.include <bsd.port.mk>