Annotation of mystuff-openscad/cad/clipper2/Makefile, Revision 1.4
1.4 ! afresh1 1: COMMENT = library to perform boolean operations on polygons
1.1 afresh1 2:
3: V = 1.5.4
4: PKGNAME = clipper2-${V}
5: GH_ACCOUNT = AngusJohnson
6: GH_PROJECT = Clipper2
7: GH_TAGNAME = Clipper2_${V}
8:
1.3 afresh1 9: SHARED_LIBS += Clipper2 0.0 # 0.0
10: SHARED_LIBS += Clipper2Z 0.0 # 0.0
11:
1.4 ! afresh1 12: CATEGORIES = cad
1.1 afresh1 13:
14: HOMEPAGE = https://www.angusj.com/clipper2
15:
16: # Boost Software License 1.0
17: PERMIT_PACKAGE = Yes
18:
1.3 afresh1 19: WANTLIB += ${COMPILER_LIBCXX} m
20:
1.2 afresh1 21: COMPILER = base-clang ports-gcc
1.1 afresh1 22:
1.2 afresh1 23: MODULES = devel/cmake
1.1 afresh1 24:
25: WRKSRC = ${WRKDIST}/CPP
26:
1.3 afresh1 27: BUILD_DEPENDS = devel/gtest
28:
29: CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON \
1.4 ! afresh1 30: -DUSE_EXTERNAL_GTEST=ON \
! 31: -DCLIPPER2_EXAMPLES=OFF
1.1 afresh1 32:
33: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>