Annotation of mystuff-openscad/cad/clipper2/Makefile, Revision 1.1.1.1
1.1 afresh1 1:
2: V = 1.5.4
3: PKGNAME = clipper2-${V}
4:
5: COMMENT = cutting-edge 3D printing slicer software
6: GH_ACCOUNT = AngusJohnson
7: GH_PROJECT = Clipper2
8: GH_TAGNAME = Clipper2_${V}
9:
10: CATEGORIES = cad devel
11:
12: HOMEPAGE = https://www.angusj.com/clipper2
13:
14: # Boost Software License 1.0
15: PERMIT_PACKAGE = Yes
16:
17: COMPILER = base-clang ports-clang
18:
19: BUILD_DEPENDS = devel/gtest
20:
21: MODULES = devel/cmake
22: # x11/gnome
23:
24: WRKSRC = ${WRKDIST}/CPP
25:
26: #CONFIGURE_ARGS = -DUSE_EXTERNAL_GTEST=ON
27: CONFIGURE_ARGS = -DCLIPPER2_TESTS=OFF
28:
29: .include <bsd.port.mk>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>