# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $
PortSystem 1.0
name		webjob
version		1.4.0
description	Download and run applications over http/https.
long_description 	WebJob downloads a program or script from a \
			remote WebJob server and executes it in one \
			unified operation.
maintainers	nomaintainer
categories	sysutils
platforms	darwin 
homepage	http://${name}.sf.net
master_sites	sourceforge
extract.suffix	.tgz
checksums	md5 7fd5a78128fcd7bb6a793c73f77eb31d
destroot.destdir	prefix=${destroot}${prefix}
post-destroot {
	file rename ${destroot}${prefix}/man/man1/webjob.1 ${destroot}${prefix}/share/man/man1/
}
