Ticket #40362: Portfile.3

File Portfile.3, 1.1 KB (added by c.herbig@…, 11 years ago)

changed depends_lib to depends_lib-append for cmake compatibility

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
6
7name                chemkit
8version             0.1
9set branch          [join [lrange [split ${version} .] 0 1] .]
10
11categories          science chemistry
12maintainers         me.com:c.herbig openmaintainer
13platforms           darwin macosx
14license             BSD-3-Clause
15
16description         Chemkit is an open-source C++ library for molecular modelling, \
17                    cheminformatics, and molecular visualization.
18long_description    ${description}
19
20homepage            http://wiki.chemkit.org/Main_Page
21master_sites        http://sourceforge.net/projects/${name}/files/
22worksrcdir          ${name}
23
24checksums           sha256  bec718ce4ae2fcb4cda63004d05a6e6bf65c1887179f665fcee118cbe7bec11b \
25                    rmd160  9e214dd1eb9908a6161308b8ae2bb2fd3b623548       
26
27depends_lib-append  port:boost \
28                    port:eigen3 \
29                    port:qt4-mac
30