a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name daemon
version 0.6.3
categories sysutils
platforms darwin
maintainers nomaintainer@macports.org
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
configure.cmd ./config
test.run yes
test.target check
destroot.destdir MAN_INSDIR=${destroot}${prefix}/share/man \
APP_INSDIR=${destroot}${prefix}/bin