# -*- 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

github.setup        project-gemmi gemmi 0.7.5 v
github.tarball_from archive
revision            0

categories          science
license             MPL-2.0
maintainers         {reneeotten @reneeotten} openmaintainer

description         macromolecular crystallography library and utilities
long_description    {*}${description}

checksums           rmd160  2c4031d0303182809e1849f78337759adab236f6 \
                    sha256  9e2a8a51e62c69bf43f62aadf527ca4312860de8a36c12a8747d3e8ae556f0b3 \
                    size    2096501

compiler.cxx_standard 2014

depends_lib-append  port:zlib-ng \
                    port:fast-float

configure.args-append \
                    -DUSE_ZLIB_NG=ON
