# $Id$ PortSystem 1.0 name libdaemon version 0.12 revision 1 categories devel platforms darwin maintainers nomaintainer description C library that eases writing UNIX daemons long_description \ libdaemon is a lightweight C library that eases the process of \ writing UNIX daemons. It contains a daemonizing fork() wrapper, \ a powerful syslog() wrapper, PID file management, and signal \ serialization. homepage http://0pointer.de/lennart/projects/libdaemon/ master_sites ${homepage} checksums md5 76596823cc1a6d1cdf7779b782ff0ee6 \ sha1 2b45ab37df853afd25f7985ed699b799e0464413 \ rmd160 ccadae8f8dcac3ddac154cc7e1e1d47da8302c7d configure.args --disable-lynx post-destroot { set docdir ${prefix}/share/doc/${name}-${version} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} LICENSE README ${destroot}${docdir} }