# $Id$
PortSystem		1.0

name			macathena-attachandrun
version			20060626
distname		attachandrun-${version}
categories		net
maintainers		mit.edu:sipb-macathena
platforms		darwin
master_sites	http://macathena.mit.edu/dist/
checksums		md5 5684a106101c908068243fce966bccce \
				sha1 d92da76028a2fe41a81942b217ce6004ce0501d6 \
				rmd160 648e8ec0c9efa70abd202f72cb72430ab581a589

use_autoconf	yes

depends_lib		port:macathena-attach \
				port:macathena-libathdir

destroot.violate_mtree	yes

post-destroot	{
	file mkdir ${destroot}/bin
	ln -s ${prefix}/bin/attachandrun ${destroot}/bin
}
