Ticket #40362: 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
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/
22
23checksums           sha256  bec718ce4ae2fcb4cda63004d05a6e6bf65c1887179f665fcee118cbe7bec11b \
24                    rmd160  9e214dd1eb9908a6161308b8ae2bb2fd3b623548       
25
26depends_lib         port:boost \
27                    port:eigen3 \
28                    port:qt4-mac
29
30# TODO: investigate making an X11 variant, likely substitute qt4-mac with qt4-x11