Annotation of mystuff-openscad/cad/manifold/Makefile, Revision 1.1.1.1
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:
12: # Apache-2.0 license
13: PERMIT_PACKAGE = Yes
14:
15: MODULES = devel/cmake
16: COMPILER = base-clang ports-clang
17:
18: WANTLIB += ${COMPILER_LIBCXX} m
19:
20: SHARED_LIBS += manifold 0.0 # 0.0
21: SHARED_LIBS += manifoldc 0.0 # 0.0
22:
23: CONFIGURE_ARGS = -DMANIFOLD_TEST=OFF
24:
25: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>