mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c11e13d966
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.
28 lines
475 B
Makefile
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>
|