Annotation of mystuff-openscad/cad/manifold/Makefile, Revision 1.7
1.4 afresh1 1: COMMENT = geometry library for topological robustness
1.1 afresh1 2: GH_ACCOUNT = elalish
3: GH_PROJECT = manifold
1.4 afresh1 4: GH_TAGNAME = v3.2.1
1.1 afresh1 5:
1.4 afresh1 6: CATEGORIES = cad
7:
8: SHARED_LIBS += manifold 0.0 # 0.0
9: SHARED_LIBS += manifoldc 0.0 # 0.0
1.1 afresh1 10:
1.3 afresh1 11: # Apache-2.0 license
1.1 afresh1 12: PERMIT_PACKAGE = Yes
13:
14: MODULES = devel/cmake
1.2 afresh1 15:
1.7 ! afresh1 16: WANTLIB += ${COMPILER_LIBCXX} Clipper2 m
1.1 afresh1 17:
1.4 afresh1 18: COMPILER = base-clang ports-gcc
1.1 afresh1 19:
1.6 afresh1 20: LIB_DEPENDS = cad/clipper2
1.5 afresh1 21:
22: BUILD_DEPENDS = devel/gtest
23:
1.2 afresh1 24: # Trouble with gtest, can probably be fixed.
1.5 afresh1 25: #CONFIGURE_ARGS = -DMANIFOLD_TEST=OFF
1.7 ! afresh1 26: CONFIGURE_ARGS = -DMANIFOLD_DOWNLOADS=OFF
1.1 afresh1 27:
28: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>