# -*- 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 5.6.2 v
revision                0
conflicts               cgal4 cgal6
github.tarball_from     releases
name                    cgal5
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  5ee29dc52f2ec401edff16dc03ae462903d3acc0 \
                        sha256  458f60df8e8f1f2fdad93c8f24e1aa8f4b095cc61a14fac81b90680d7306a42e \
                        size    24489156

boost.version           1.81

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

compiler.cxx_standard   2014
compiler.thread_local_storage yes

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