freebsd-ports/devel/isa-l/Makefile
Mark Linimon d5d436e8cc Remove spurious BROKEN_aarch64 line; the port has been marked ONLY_FOR amd64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2019-05-10 15:34:43 +00:00

29 lines
516 B
Makefile

# Created by: Michal Bielicki <m.bielicki@llizardfs.com>
# $FreeBSD$
PORTNAME= isa-l
PORTVERSION= 2.21.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= m.bielicki@lizardfs.com
COMMENT= Intel(R) Intelligent Storage Acceleration Libray
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64
BUILD_DEPENDS= yasm:devel/yasm
USE_GITHUB= yes
GH_ACCOUNT= 01org
USES= autoreconf gmake libtool:keepla
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>