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

name                xdrfile
version             1.1.4
categories          science math
license             BSD
maintainers         {gmail.com:giovanni.bussi @GiovanniBussi} openmaintainer
description         Allows to read GROMACS trr and xtc files.
long_description    This library allows to read GROMACS trr and xtc files and also to \
                    convert from one format to another. \
                    The library itself is offered under the BSD license, which means you are free \
                    to incorporate it any way you want in other libraries or executables, no \
                    matter what the final license is.

platforms           darwin

homepage            http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library
master_sites        ftp://ftp.gromacs.org/pub/contrib

checksums           rmd160  2a58dc9eba7c587e5b4653faace7782104898ac5 \
                    sha256  e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022

configure.args-append  --enable-shared
