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

Annotation of mystuff-openscad/cad/manifold/Makefile, Revision 1.5

1.1       afresh1     1:
1.4       afresh1     2: COMMENT =      geometry library for topological robustness
1.1       afresh1     3: GH_ACCOUNT =   elalish
                      4: GH_PROJECT =   manifold
1.4       afresh1     5: GH_TAGNAME =   v3.2.1
1.1       afresh1     6:
1.4       afresh1     7: CATEGORIES =   cad
                      8:
                      9: SHARED_LIBS +=  manifold                  0.0 # 0.0
                     10: SHARED_LIBS +=  manifoldc                 0.0 # 0.0
1.1       afresh1    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:
1.1       afresh1    17: WANTLIB += ${COMPILER_LIBCXX} m
                     18:
1.4       afresh1    19: COMPILER =     base-clang ports-gcc
1.1       afresh1    20:
1.5     ! afresh1    21: RUN_DEPENDS =  cad/clipper2
        !            22:
        !            23: BUILD_DEPENDS =        devel/gtest
        !            24:
        !            25: BUILD_DEPENDS += ${RUN_DEPENDS}
        !            26:
1.2       afresh1    27: # Trouble with gtest, can probably be fixed.
1.5     ! afresh1    28: #CONFIGURE_ARGS =      -DMANIFOLD_TEST=OFF
1.1       afresh1    29:
                     30: .include <bsd.port.mk>

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