aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rshim-user-space/Makefile
blob: ef7fdbd68fdf20c6152b6e68035927c34bbf0faf (plain) (blame)
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
31
32
33
# Created by: Hans Petter Selasky <hselasky@freebsd.org>

PORTNAME=	rshim-user-space
DISTVERSIONPREFIX=	rshim-
DISTVERSION=		2.0.6-11
PORTREVISION=		1
PORTEPOCH=		1

MAINTAINER=	hselasky@FreeBSD.org
COMMENT=	Userspace daemon for the Mellanox BlueField SoC

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>