Ticket #40369: Portfile

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