Annotation of mystuff-openscad/devel/mimalloc/Makefile, Revision 1.1.1.1
1.1 afresh1 1: COMMENT = general-purpose allocator with excellent performance
2:
3: GH_ACCOUNT = microsoft
4: GH_PROJECT = mimalloc
5: GH_TAGNAME = v3.1.5
6:
7: SHARED_LIBS += mimalloc 0.0 # 0.0
8:
9: CATEGORIES = devel
10:
11: # MIT
12: PERMIT_PACKAGE = Yes
13:
14: WANTLIB += pthread
15:
16: MODULES = devel/cmake
17:
18: CONFIGURE_ARGS+= -DMI_INSTALL_TOPLEVEL=ON -DMI_BUILD_TESTS=OFF
19:
20: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>