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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name xdrfile |
---|
7 | version 1.1.4 |
---|
8 | categories science math |
---|
9 | license BSD |
---|
10 | maintainers gmail.com:giovanni.bussi openmaintainer |
---|
11 | description Allows to read GROMACS trr and xtc files. |
---|
12 | long_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 | |
---|
18 | platforms darwin |
---|
19 | |
---|
20 | homepage http://www.gromacs.org/Developer_Zone/Programming_Guide/XTC_Library |
---|
21 | master_sites ftp://ftp.gromacs.org/pub/contrib |
---|
22 | |
---|
23 | checksums rmd160 2a58dc9eba7c587e5b4653faace7782104898ac5 \ |
---|
24 | sha256 e3c587c5ff24441a092fe2f3bc1dc03667bf126558f437161e779bfbcce48022 |
---|
25 | |
---|
26 | configure.args-append --enable-shared |
---|
27 | |
---|