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

Revision 36, 0.6 kB (checked in by broder, 16 years ago)

Updated checksums; dist tarballs were generated using root@macathena.mit.edu

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