root/trunk/ports/net/macathena-attachandrun/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-attachandrun
5 version                 20060626
6 distname                attachandrun-${version}
7 categories              net
8 maintainers             mit.edu:sipb-macathena
9 platforms               darwin
10 master_sites    http://macathena.mit.edu/dist/
11 checksums               md5 5684a106101c908068243fce966bccce \
12                                 sha1 d92da76028a2fe41a81942b217ce6004ce0501d6 \
13                                 rmd160 648e8ec0c9efa70abd202f72cb72430ab581a589
14
15 use_autoconf    yes
16
17 depends_lib             port:macathena-attach \
18                                 port:macathena-libathdir
19
20 destroot.violate_mtree  yes
21
22 post-destroot   {
23         file mkdir ${destroot}/bin
24         ln -s ${prefix}/bin/attachandrun ${destroot}/bin
25 }
Note: See TracBrowser for help on using the browser.