Edit

IABSD.fr/ports/math/cgal/Makefile

Branch :

  • Show log

    Commit

  • Author : tb
    Date : 2025-04-21 11:31:08
    Hash : c045f18a
    Message : cgal: add missing #include. Fixes sfcgal build with boost 1.88

  • math/cgal/Makefile
  • COMMENT =		Computational Geometry Algorithms Library
    
    V =			5.6.2
    DISTNAME =		CGAL-${V}
    PKGNAME =		${DISTNAME:L}
    REVISION =		1
    
    CATEGORIES =		math
    
    EPOCH =			0
    
    HOMEPAGE =		https://www.cgal.org/
    
    # LGPLv3+ and GPLv3+; see https://www.cgal.org/license.html
    PERMIT_PACKAGE =	Yes
    
    SITES =			https://github.com/CGAL/cgal/releases/download/v${V}/
    EXTRACT_SUFX =		.tar.xz
    
    MODULES =		devel/cmake
    
    RUN_DEPENDS =		devel/boost \
    			devel/gmp \
    			devel/mpfr
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>