summaryrefslogtreecommitdiff
path: root/devel/xxhash/Makefile
blob: d7599cd0648c369d5afea54267a9edfc3965a5aa (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
# $FreeBSD$

PORTNAME=	xxhash
PORTVERSION=	0.6.2
DISTVERSIONPREFIX=	v
CATEGORIES=	devel

MAINTAINER=	rezny@FreeBSD.org
COMMENT=	Extremely fast non-cryptographic hash algorithm

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	Cyan4973
GH_PROJECT=	xxHash

USES=		cmake
USE_LDCONFIG=	yes
CMAKE_SOURCE_PATH=	${WRKSRC}/cmake_unofficial

PLIST_FILES=	include/xxhash.h \
		lib/libxxhash.so \
		lib/libxxhash.so.0 \
		lib/libxxhash.so.0.42.0

.include <bsd.port.mk>