Revision 22, 0.6 kB
(checked in by broder, 17 years ago)
|
attachandrun and athrun both work. attach is still broken
|
Line | |
---|
1 |
# $Id$ |
---|
2 |
PortSystem 1.0 |
---|
3 |
|
---|
4 |
name macathena-attachandrun |
---|
5 |
version 20060626 |
---|
6 |
distname attachandrun-${version} |
---|
7 |
categories net |
---|
8 |
maintainers mit.edu:sipb-macathena |
---|
9 |
platforms darwin |
---|
10 |
master_sites http://macathena.mit.edu/dist/ |
---|
11 |
checksums md5 8430f6010a0f5def435e0e5dd0ae2765 \ |
---|
12 |
sha1 e7c0c45285a08b3b61904b6b58275971e0af72a0 \ |
---|
13 |
rmd160 ce62cfcce21c4df42687b0dda809f7201c8399b9 |
---|
14 |
|
---|
15 |
use_autoconf yes |
---|
16 |
|
---|
17 |
depends_lib port:macathena-attach \ |
---|
18 |
port:macathena-libathdir |
---|
19 |
|
---|
20 |
destroot.violate_mtree yes |
---|
21 |
|
---|
22 |
post-destroot { |
---|
23 |
file mkdir ${destroot}/bin |
---|
24 |
ln -s ${prefix}/bin/attachandrun ${destroot}/bin |
---|
25 |
} |
---|