Ticket #51610: Portfile

File Portfile, 1.2 KB (added by GiovanniBussi (Giovanni), 8 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem          1.0
5PortGroup           muniversal 1.0
6
7name                xdrfile
8version             1.1.4
9categories          science math
10license             BSD
11maintainers         gmail.com:giovanni.bussi
12description         Allows to read GROMACS trr and xtc files.
13long_description    This library allows to read GROMACS trr and xtc files and also to \
14                    convert from one format to another. \
15                    The library itself is offered under the BSD license, which means you are free \
16                    to incorporate it any way you want in other libraries or executables, no \
17                    matter what the final license is.
18
19platforms           darwin
20
21homepage            http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library
22master_sites        ftp://ftp.gromacs.org/pub/contrib
23distfiles           xdrfile-${version}.tar.gz
24
25checksums           rmd160  2a58dc9eba7c587e5b4653faace7782104898ac5 \
26                    sha256  e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022
27
28configure.args      --enable-shared
29