Ticket #367: Portfile
File Portfile, 502 bytes (added by noses@…, 22 years ago) |
---|
Line | |
---|---|
1 | PortSystem 1.0 |
2 | name airport |
3 | version 0.0 |
4 | revision 0 |
5 | distname airport |
6 | categories net |
7 | maintainers noses@noses.com |
8 | description wireless card utility by ragge@nada.kth.se |
9 | long_description Please write an angry mail to noses@noses.com |
10 | platforms darwin |
11 | master_sites http://www.macstumbler.com/ |
12 | checksums md5 5a27269dc798425dbbac332b4df0ab61 |
13 | use_configure no |
14 | |
15 | install { cd ${worksrcpath} |
16 | # system "install -o root -m 750 ${prefix}/sbin airport" |
17 | system "cp airport ${prefix}/sbin" |
18 | } |