freebsd-ports/sysutils/rshim-user-space/Makefile
Hans Petter Selasky 66e5849138 sysutils/rshim-user-space: Update to version 2.0.8
Approved by:	pi@ (implicit)
Sponsored by:	NVIDIA Networking
2023-05-19 09:55:08 +02:00

31 lines
706 B
Makefile

PORTNAME= rshim-user-space
DISTVERSIONPREFIX= rshim-
DISTVERSION= 2.0.8
PORTEPOCH= 1
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Userspace daemon for the Mellanox BlueField SoC
WWW= https://github.com/Mellanox/rshim-user-space/
LICENSE= BSD3CLAUSE
CATEGORIES= sysutils
LIB_DEPENDS= libepoll-shim-interpose.so:devel/libepoll-shim \
libpci.so:devel/libpci \
libpciaccess.so:devel/libpciaccess
USES= autoreconf compiler:c11 localbase gmake pkgconfig tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= Mellanox
GNU_CONFIGURE= yes
.include <bsd.port.options.mk>
.if ${OPSYS} != FreeBSD || !exists(/usr/lib/libcuse.so)
IGNORE= not supported on this operating system combination
.endif
.include <bsd.port.mk>