# $Id$
PortSystem		1.0

name			macathena-attach
version			1
# Mapped to the svn revision - please change when attach is updated:
epoch			8
categories		net
maintainers		mit.edu:sipb-macathena
platforms		darwin

distfiles		

depends_lib		port:macathena-base \
				port:macathena-hesiod

destroot.violate_mtree	yes

fetch			{}
checksum		{}
configure		{}
build			{}
destroot		{
	file copy ${filespath}/attach ${destroot}${prefix}/bin/attach
	
	file mkdir ${destroot}/bin/athena
	ln -s ${prefix}/bin/attach ${destroot}/bin
}
