# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem              1.0
PortGroup               github  1.0
PortGroup               cmake   1.1
PortGroup               boost   1.0

description             Computational Geometry Algorithm Library
long_description        The goal of the ${description} is to provide easy access to\
                        efficient and reliable geometric algorithms in the\
                        form of a C++ library. CGAL is used in various areas\
                        needing geometric computation, such as: computer\
                        graphics, scientific visualization, computer aided\
                        design and modeling, geographic information systems,\
                        molecular biology, medical imaging, robotics and\
                        motion planning, mesh generation, numerical methods...

github.setup            CGAL cgal 6.1.1 v
revision                0
conflicts               cgal4 cgal5
github.tarball_from     releases
name                    cgal6
license                 LGPL-3+ GPL-3+
categories              gis science
platforms               any
supported_archs         noarch
maintainers             {vince @Veence}
use_xz                  yes
distname                CGAL-${version}

homepage                http://www.cgal.org/

checksums               rmd160  c4f28b11708839517e4c706e5401132b2a264ccb \
                        sha256  52506935f70e247ed2777e3c65f20e86f79208c2a2d0e180ae7475daf11c96ef \
                        size    26305296

boost.version           1.81

depends_lib-append      port:mpfr \
                        port:zlib \
                        port:gmp \
                        path:share/pkgconfig/eigen3.pc:eigen3

compiler.cxx_standard   2017
compiler.thread_local_storage yes

github.livecheck.regex  {([0-9.]+)}
