Files
landry c11e13d966 math/cgal: update to 6.1.1.
see https://github.com/CGAL/cgal/releases/tag/v6.0
and https://github.com/CGAL/cgal/releases/tag/v6.1
for the major changes in those new branches

tested by jtt@ with openscad & prusaslicer (thanks !), geo/sfcgal is
happy with it.
2026-04-06 16:25:23 +00:00

28 lines
475 B
Makefile

COMMENT = Computational Geometry Algorithms Library
V = 6.1.1
DISTNAME = CGAL-${V}
PKGNAME = ${DISTNAME:L}
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>