# -*- 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.4 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  2c303b048d0478dbb5f124893fdc5cfa141e1b0f \
                    sha256  58ed9023e0f75033ebec1da630461bc6e1af661f29f0c41deed66c20315ebe2a \
                    size    1983604

compiler.cxx_standard 2014

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

configure.args-append \
                    -DUSE_ZLIB_NG=ON
