root/trunk/ports/net/macathena-attach/Portfile

Revision 21, 0.5 kB (checked in by broder, 16 years ago)

There's an attach port! It's kind of broken, though, because it's really dependent on the pyHesiodFs automounter, which isn't a port yet. It also kind of depends on a macathena-add port, but I don't have that either.

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/athena
27         ln -s ${prefix}/bin/attach ${destroot}/bin
28 }
Note: See TracBrowser for help on using the browser.