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

Revision 23, 465 bytes (checked in by broder, 17 years ago)

macathena-standard now depends on the new attach, attachandrun, and athrun

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-standard
5 version                 1
6 categories              net
7 maintainers             mit.edu:sipb-macathena
8 platforms               darwin
9
10 distfiles               
11
12 fetch                   { }
13 checksum                { }
14 configure               { }
15 build                   { }
16 destroot                {
17         file mkdir ${destroot}${prefix}/share/doc/macathena-standard/
18         file copy ${filespath}/README.macathena \
19                 ${destroot}${prefix}/share/doc/macathena-standard/
20 }
21
22 depends_run             port:macathena-moira \
23                                 port:macathena-machtype \
24                                 port:macathena-athrun
Note: See TracBrowser for help on using the browser.