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