1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/benchmarks/perftest/Makefile
2021-04-06 16:31:07 +02:00

29 lines
530 B
Makefile

# Created by: Slava Shwartsman <slavash@FreeBSD.org>
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
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>