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

Revision 11, 373 bytes (checked in by broder, 17 years ago)

Creates macathena-base port and corrects a bunch of missing dependencies

Most of the other changes are just fixing some spacing

Line 
1 # $Id$
2 PortSystem              1.0
3
4 name                    macathena-base
5 version                 1
6 categories              net
7 maintainers             mit.edu:broder
8 platforms               darwin
9
10 distfiles               
11
12 destroot.violate_mtree  yes
13
14 fetch                   {}
15 checksum                {}
16 configure               {}
17 build                   {}
18 destroot                {
19         file mkdir ${destroot}/etc/athena
20         file copy ${filespath}/reactivate ${destroot}/etc/athena
21         file copy ${filespath}/version ${destroot}/etc/athena
22 }
Note: See TracBrowser for help on using the browser.