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 | |
---|
7 | name avogadrolibs |
---|
8 | version 0.6.0 |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | |
---|
11 | categories science chemistry |
---|
12 | maintainers me.com:c.herbig openmaintainer |
---|
13 | platforms darwin macosx |
---|
14 | license BSD |
---|
15 | |
---|
16 | description Support libraries for Avogadro2 |
---|
17 | long_description ${description} |
---|
18 | |
---|
19 | homepage http://www.openchemistry.org |
---|
20 | master_sites http://openchemistry.org/files/v${branch}/ |
---|
21 | |
---|
22 | checksums sha256 9a524eb122358231cc76a0f4efd0fb9313608598af6a105c92c045ec026fbde1 \ |
---|
23 | rmd160 00bd64a6467c1a5bdd93708e0d30305c22cf6a69 |
---|
24 | |
---|
25 | depends_lib-append port:boost \ |
---|
26 | port:eigen3 \ |
---|
27 | port:hdf5-18 \ |
---|
28 | port:glew \ |
---|
29 | port:molequeue \ |
---|
30 | port:bodr \ |
---|
31 | port:qt4-mac |
---|