Ticket #33100: Portfile

File Portfile, 1.4 KB (added by khinsen (Konrad Hinsen), 12 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                mmdb
6version             1.23.2.2
7categories          science
8maintainers         nomaintainer
9license             LGPL3
10
11description         macromolecular coordinate library
12long_description    MMDB is designed to assist developers in working \
13                    with macromolecular coordinate files. The library \
14                    handles both PDB and mmCIF format files. \
15                    The Library also features an internal binary \
16                    format, portable between different platforms. This \
17                    is achieved at uniformity of the Library's \
18                    interface functions, so that there is no \
19                    difference in handling different formats. \
20                    MMDB provides various high-level tools for working \
21                    with coordinate files, including reading and \
22                    writing, orthogonal-fractional transforms, \
23                    generation of symmetry mates, editing the \
24                    molecular structure and more.
25
26homepage            https://launchpad.net/mmdb
27platforms           darwin
28
29distname            ${name}-${version}
30master_sites        http://launchpad.net/mmdb/1.23/${version}/+download/
31
32checksums           rmd160  ebad8b66d2df702228a65ecb7393b27eaaeb9a7b \
33                    md5     5ca1159317409bf5398a5a8489b42b22
34
35depends_build       port:gawk port:gsed