[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / mystuff-openscad / cad / clipper2

Annotation of mystuff-openscad/cad/clipper2/Makefile, Revision 1.2

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:
1.2     ! afresh1    17: # Used by cad/openscad so match COMPILER
        !            18: COMPILER =     base-clang ports-gcc
1.1       afresh1    19:
1.2     ! afresh1    20: #BUILD_DEPENDS =       devel/gtest
1.1       afresh1    21:
1.2     ! afresh1    22: MODULES =      devel/cmake
1.1       afresh1    23:
                     24: WRKSRC =       ${WRKDIST}/CPP
                     25:
1.2     ! afresh1    26: # I had trouble getting gtest to link
1.1       afresh1    27: #CONFIGURE_ARGS =      -DUSE_EXTERNAL_GTEST=ON
                     28: CONFIGURE_ARGS =       -DCLIPPER2_TESTS=OFF
                     29:
                     30: .include <bsd.port.mk>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>