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

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github gnu-octave octave-dicom 0.7.1 release-
github.tarball_from releases
octave.module       dicom
revision            1

license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Digital communications in medicine (DICOM) file io.
long_description    {*}${description}

distfiles           ${octave.module}-${version}${extract.suffix}

checksums           rmd160  9d24a8fc24a93c5d5da7f82f4d845b6b3b2ebcd4 \
                    sha256  8233ee41002ae427e5a8f36498fb8628a99834f314d70cedc56cc9f6686e0282 \
                    size    903617

depends_lib         port:gdcm

configure.args      GDCM_LIBS=-lgdcmCommon.2.8
