5ea7f8abec
ChangeLog: - Fix macOS override
23 lines
565 B
Makefile
23 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.6 2022/04/15 13:50:56 fcambus Exp $
|
|
|
|
DISTNAME= mimalloc-2.0.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=microsoft/}
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://github.com/microsoft/mimalloc/
|
|
COMMENT= General-purpose allocator with excellent performance characteristics
|
|
LICENSE= mit
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
CMAKE_ARGS+= -DMI_INSTALL_TOPLEVEL=ON
|
|
|
|
INSTALLATION_DIRS+= lib/cmake/mimalloc
|
|
|
|
post-install:
|
|
${RM} -f ${DESTDIR}${PREFIX}/lib/mimalloc.o
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|