# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $

PortSystem 1.0

name		uptimec
version		0.2p5
categories	sysutils
platforms	darwin freebsd
maintainers	nomaintainer
description	tiny daemon for participation in the uptime project
long_description	The Uptime Client is a tiny daemon process that is \
			installed on participating hosts of the uptime \
			project. It sends details about uptime etc to the \
			central server.

homepage	http://www.mreriksson.net/uptimes/
master_sites	http://www.mreriksson.net/downloads/
checksums		md5 621b5c4c421d5d1ce892cb730ca3d359

post-destroot	{
	xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} COPYING ChangeLog INSTALL README \
		protocol.txt ${destroot}${prefix}/share/doc/${name}
}
