Ticket #22843: Portfile

File Portfile, 1021 bytes (added by ged (Michael Granger), 14 years ago)

Portfile for clusterit

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2# $Id: Portfile 61414 2009-12-10 22:13:53Z ged@macports.org $
3PortSystem              1.0
4
5name                        clusterit
6version                     2.5
7revision                    1
8categories                  net
9maintainers                 ged
10description                 Tools for running tasks on many machines
11long_description    This is a collection of clustering tools for executing tasks \
12                    across a network on two or more heterogeneous hosts.
13
14homepage                    http://www.garbled.net/clusterit.html
15master_sites        sourceforge:clusterit
16checksums           md5     f0e772e07122e388de629fb57f7237ab \
17                    sha1    65d36116665179dd16029ac53182fde92d868020 \
18                    rmd160  b08f7903bc90375e45a733ef843df3e9bf216bb7
19platforms                   darwin
20                   
21configure.cflags        -I${prefix}/include
22configure.ldflags       -L${prefix}/lib
23configure.args  --mandir='\${prefix}/share/man' \
24                                --infodir='\${prefix}/share/info'
25
26
27# vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4