blob: c7f205520538f1246d1c1e846edbf1aab680445d (
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
|
PORTNAME= highway
PORTVERSION= 1.3.0
DISTVERSIONSUFFIX= -1.el9
MASTER_SITES= EPEL9
CATEGORIES= devel linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Performance-portable, length-agnostic SIMD with runtime dispatch (Rocky Linux ${LINUX_DIST_VER})
WWW= https://github.com/google/highway
LICENSE= APACHE20
USES= linux:rl9
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
CONFLICTS= linux-c7-${PORTNAME}
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
OPTIONS_SUB= yes
PLIST_SUB= LIBVERSION=${PORTVERSION}
.include <bsd.port.mk>
|