# $Id: Portfile 46415 2009-02-04 16:22:23Z stechert@macports.org $

PortSystem 1.0

name			daemon
version			0.6.3
categories		sysutils
platforms		darwin
maintainers		nomaintainer
description		Daemon turns other process into daemons
long_description	Daemon turns other process into daemons. There are many \
					tasks that need to be performed to correctly set up a \
					daemon process. This can be tedious. Daemon performs these \
					tasks for other processes. This is useful for writing \
					daemons in languages other than C, C++ or Perl (e.g. \
					/bin/sh, Java).

homepage		http://libslack.org/daemon/
master_sites	${homepage}/download/
checksums		md5 d2f3001b20bb035d55202f1945c0a0ee

patch.pre_args  -p2
patchfiles      patch-macros.mk

configure.cmd	./config

test.run		yes
test.target		check

destroot.destdir	MAN_INSDIR=${destroot}${prefix}/share/man \
				APP_INSDIR=${destroot}${prefix}/bin
