1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/mimalloc/Makefile
Emanuel Haupt e52e1bb345 devel/mimalloc: Update to 2.0.6
- Remove post-install, no longer required (apparently) [1]
- Use CMAKE_OFF to disable building object file

Reported by:	koobs
2022-04-21 07:54:24 +02:00

28 lines
532 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= mimalloc
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.6
CATEGORIES= devel
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= General-purpose allocator with excellent performance characteristics
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>