# $Id: Portfile,v 1.1 2004/08/15 18:51:23 mww Exp $ PortSystem 1.0 name daemon version 0.6.3 categories sysutils platforms darwin maintainers mww@opendarwin.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