aboutsummaryrefslogtreecommitdiff
path: root/devel/isa-l/Makefile
blob: e8e20aabb7f750fab0fc5b9d689e88131f4bee44 (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
PORTNAME=	isa-l
PORTVERSION=	2.31.1
DISTVERSIONPREFIX=	v
CATEGORIES=	devel

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Intel(R) Intelligent Storage Acceleration Libray
WWW=		https://github.com/intel/isa-l

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

# FIXME: aarch64 uses portable base functions for now.
# Upstream has optimized support for aarch64, but the code is not portable.
ONLY_FOR_ARCHS=	aarch64 amd64 powerpc powerpc64 powerpc64le

BUILD_DEPENDS=	nasm:devel/nasm

USES=		autoreconf gmake libtool

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes
TEST_TARGET=	check

USE_GITHUB=	yes
GH_ACCOUNT=	intel

.include <bsd.port.mk>