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 $ |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name clusterit |
---|
6 | version 2.5 |
---|
7 | revision 1 |
---|
8 | categories net |
---|
9 | maintainers ged |
---|
10 | description Tools for running tasks on many machines |
---|
11 | long_description This is a collection of clustering tools for executing tasks \ |
---|
12 | across a network on two or more heterogeneous hosts. |
---|
13 | |
---|
14 | homepage http://www.garbled.net/clusterit.html |
---|
15 | master_sites sourceforge:clusterit |
---|
16 | checksums md5 f0e772e07122e388de629fb57f7237ab \ |
---|
17 | sha1 65d36116665179dd16029ac53182fde92d868020 \ |
---|
18 | rmd160 b08f7903bc90375e45a733ef843df3e9bf216bb7 |
---|
19 | platforms darwin |
---|
20 | |
---|
21 | configure.cflags -I${prefix}/include |
---|
22 | configure.ldflags -L${prefix}/lib |
---|
23 | configure.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 |
---|