freebsd-ports/devel/mimalloc/Makefile

28 lines
535 B
Makefile
Raw Normal View History

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= mimalloc
2021-01-07 22:45:17 +01:00
PORTVERSION= 1.6.7
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= General-purpose allocator with excellent performance characteristics
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
2021-01-07 22:45:17 +01:00
BUILD_DEPENDS_i386= libatomic_ops>0:devel/libatomic_ops
USES= cmake compiler:gcc-c++11-lib
USE_GITHUB= yes
GH_ACCOUNT= microsoft
2021-01-07 22:45:17 +01:00
LDFLAGS_i386+= -latomic
# ci pipeline creates transient tags
PORTSCOUT= ignore:1
.include <bsd.port.mk>