# $Id: Portfile 41808 2008-11-10 23:41:44Z ryandesign@macports.org $

PortSystem 1.0

name		rvm
version		0.90.1-beta
categories	sysutils net
platforms	darwin
maintainers	nomaintainer
description	archive manager to manage backups of multiple clients
long_description	The Rsync Vault Manager is an archive manager that \
			uses rsync to manage backups of multiple clients \
			across multiple logical partitions (vaults).

homepage	http://rvm.sourceforge.net/
master_sites	sourceforge
checksums	md5 11159ab69f892a100edce59b88ab1a46

depends_lib	path:bin/rsync:rsync

configure.args	--with-rsync=${prefix}/bin/rsync \
		--with-default-config-file=${prefix}/etc/rvm.conf \
		--with-default-log-dir=${prefix}/var/log/rvm \
		--mandir=${prefix}/share/man

post-destroot	{
	xinstall -m 755 -d ${destroot}${prefix}/var/log/rvm/
	system "touch ${destroot}${prefix}/var/log/rvm/.turn"
}
