Ticket #40359: Portfile.2

File Portfile.2, 1.5 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                molequeue
8version             0.6.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         Job queueing and coordination system for computation chemistry tasks.
17long_description    MoleQueue is a desktop application for abstracting, managing, and \
18                    coordinating the execution of tasks both locally and on remote \
19                    computational resources. Users can set up local and remote queues \
20                    that describe where the task will be executed. Each queue can have \
21                    programs, with templates to facilitate the execution of the program. \
22                    Input files can be staged, and output files collected using a standard \
23                    interface. Alternatively, a native OS X installer is available from \
24                    the homepage.
25
26homepage            http://www.openchemistry.org
27master_sites        http://openchemistry.org/files/v${branch}/
28
29checksums           sha256  c3129da647aee135e6b09432f6396efba545d2115fa62971e6664611374648fd \
30                    rmd160  3ad77a9ae61e57cb9deeb268816c1beeaaa06d2c       
31
32
33depends_lib-append  port:qt4-mac