# -*- 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 cmake 1.1 PortGroup gitlab 1.0 PortGroup boost 1.0 categories gis maintainers {vince @Veence} description SFCGAL links CGAL to PostGIS long_description SFCGAL (Simple Features for CGAL)\ is a library that provides a SF-SQL API\ to some CGAL routines, thereby enabling spatial\ databases such as PostGIS to rely on CGAL to\ perform 2D and 3D geometry operations (union,\ intersections, buffering, etc.). license LGPL-2 homepage http://www.sfcgal.org/ gitlab.setup SFCGAL SFCGAL 1.5.2 v name sfcgal checksums rmd160 3ded6c7296432cc6b200e91618cc87c55e912399 \ sha256 8f454c2c9db595efb1e4154bda7a4035509b2850f95e5e40cd65a33a995fb9aa \ size 2506028 depends_lib-append port:mpfr \ port:gmp \ port:cgal5 compiler.cxx_standard 2017 if {[string match *gcc* ${configure.compiler}]} { patchfiles-append patch-atomic.diff } variant examples description {builds examples} { configure.args-append -DSFCGAL_BUILD_EXAMPLES=ON }