Ticket #51610: Portfile.2

File Portfile.2, 1.1 KB (added by GiovanniBussi (Giovanni), 8 years ago)

Updated portfile

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
5
6name                xdrfile
7version             1.1.4
8categories          science math
9license             BSD
10maintainers         gmail.com:giovanni.bussi openmaintainer
11description         Allows to read GROMACS trr and xtc files.
12long_description    This library allows to read GROMACS trr and xtc files and also to \
13                    convert from one format to another. \
14                    The library itself is offered under the BSD license, which means you are free \
15                    to incorporate it any way you want in other libraries or executables, no \
16                    matter what the final license is.
17
18platforms           darwin
19
20homepage            http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library
21master_sites        ftp://ftp.gromacs.org/pub/contrib
22
23checksums           rmd160  2a58dc9eba7c587e5b4653faace7782104898ac5 \
24                    sha256  e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022
25
26configure.args-append  --enable-shared
27