Annotation of mystuff-openscad/cad/manifold/Makefile, Revision 1.3
1.1 afresh1 1:
2: V = 3.2.1
3: #PKGNAME = manifold-${V}
4:
5: COMMENT = Geometry library for topological robustness
6: GH_ACCOUNT = elalish
7: GH_PROJECT = manifold
8: GH_TAGNAME = v${V}
9:
10: CATEGORIES = cad devel
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:
17: # Used by cad/openscad so match COMPILER
18: COMPILER = base-clang ports-gcc
1.1 afresh1 19:
20: WANTLIB += ${COMPILER_LIBCXX} m
21:
22: SHARED_LIBS += manifold 0.0 # 0.0
23: SHARED_LIBS += manifoldc 0.0 # 0.0
24:
1.2 afresh1 25: # Trouble with gtest, can probably be fixed.
1.1 afresh1 26: CONFIGURE_ARGS = -DMANIFOLD_TEST=OFF
27:
28: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>