Revision 203, 0.8 kB
(checked in by quentin, 13 years ago)
|
Update to a newer version of getcluster
|
Line | |
---|
1 |
# $Id$ |
---|
2 |
PortSystem 1.0 |
---|
3 |
|
---|
4 |
name macathena-getcluster |
---|
5 |
version svn25442 |
---|
6 |
distname getcluster-${version} |
---|
7 |
categories net |
---|
8 |
maintainers mit.edu:sipb-macathena |
---|
9 |
platforms darwin |
---|
10 |
master_sites http://macathena.mit.edu/dist/ |
---|
11 |
checksums md5 3db1d7235bbc38709da1a6a10559b4a3 \ |
---|
12 |
sha1 d722f095902a81873fe6d6dc14fe24ec85e9dcb9 \ |
---|
13 |
rmd160 11dcb5e668cfc904050cb74a6b2664f47b9ee588 |
---|
14 |
|
---|
15 |
use_autoconf yes |
---|
16 |
|
---|
17 |
|
---|
18 |
depends_build port:automake |
---|
19 |
post-patch { |
---|
20 |
file copy ${prefix}/share/automake-1.11/install-sh ${worksrcpath}/ |
---|
21 |
file copy ${prefix}/share/automake-1.11/mkinstalldirs ${worksrcpath}/ |
---|
22 |
file copy ${prefix}/share/automake-1.11/config.sub ${worksrcpath}/ |
---|
23 |
file copy ${prefix}/share/automake-1.11/config.guess ${worksrcpath}/ |
---|
24 |
} |
---|
25 |
|
---|
26 |
depends_lib port:libhesiod \ |
---|
27 |
port:macathena-base |
---|