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 | PortGroup cmake 1.0 |
---|
6 | PortGroup active_variants 1.1 |
---|
7 | |
---|
8 | name mongochem |
---|
9 | version 0.5.0 |
---|
10 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
11 | |
---|
12 | categories science chemistry |
---|
13 | maintainers me.com:c.herbig openmaintainer |
---|
14 | platforms darwin macosx |
---|
15 | license BSD |
---|
16 | |
---|
17 | description Chemical database application. |
---|
18 | long_description ${description} |
---|
19 | # needs a better description… |
---|
20 | |
---|
21 | homepage http://www.openchemistry.org |
---|
22 | master_sites http://openchemistry.org/files/v${branch}/ |
---|
23 | |
---|
24 | checksums sha256 870e58bae18efb126a63e6be2c6d4a902466f9afefed5818b52b3db8de4e7fc0 \ |
---|
25 | rmd160 df7a5262fe467d83650d45b2fa51b36fffb9f58a |
---|
26 | |
---|
27 | |
---|
28 | depends_lib-append port:chemkit \ |
---|
29 | port:vtk6 \ |
---|
30 | port:avogadrolibs \ |
---|
31 | port:qt4-mac |
---|