Revision 22, 0.5 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-attach |
---|
5 |
version 1 |
---|
6 |
# Mapped to the svn revision - please change when attach is updated: |
---|
7 |
epoch 8 |
---|
8 |
categories net |
---|
9 |
maintainers mit.edu:sipb-macathena |
---|
10 |
platforms darwin |
---|
11 |
|
---|
12 |
distfiles |
---|
13 |
|
---|
14 |
depends_lib port:macathena-base \ |
---|
15 |
port:macathena-hesiod |
---|
16 |
|
---|
17 |
destroot.violate_mtree yes |
---|
18 |
|
---|
19 |
fetch {} |
---|
20 |
checksum {} |
---|
21 |
configure {} |
---|
22 |
build {} |
---|
23 |
destroot { |
---|
24 |
file copy ${filespath}/attach ${destroot}${prefix}/bin/attach |
---|
25 |
|
---|
26 |
file mkdir ${destroot}/bin |
---|
27 |
ln -s ${prefix}/bin/attach ${destroot}/bin |
---|
28 |
} |
---|