aboutsummaryrefslogtreecommitdiff
path: root/devel/mimalloc/Makefile
blob: 6efeebc31a1a32adc86f8b8552da03d61a9675ad (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=	mimalloc
DISTVERSIONPREFIX=	v
DISTVERSION=	2.0.7
CATEGORIES=	devel

MAINTAINER=	ehaupt@FreeBSD.org
COMMENT=	General-purpose allocator with excellent performance characteristics
WWW=		https://github.com/microsoft/mimalloc

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake compiler:c++17-lang
USE_GITHUB=	yes
GH_ACCOUNT=	microsoft
USE_LDCONFIG=	yes

CMAKE_ON=	MI_INSTALL_TOPLEVEL
CMAKE_OFF=	MI_BUILD_OBJECT

TEST_TARGET=	test

# ci pipeline creates transient tags
PORTSCOUT=	ignore:1

.include <bsd.port.mk>