pkgsrc-wip/libdaemon/Makefile
Makoto Fujiwara 01ccb60599 libdaemon updates 0.10 to 0.12
----------
   Tue Jul 10 2007:

   [10]Version 0.12 released; changes include: make daemon_close_all()
   actually work properly.

   Fri Jun 22 2007:

   [11]Version 0.11 released; changes include: automatically detect
   whether lynx is installed; properly set errno on every error condition;
   add new function daemon_close_all() to close all open file descriptors
   except a given set; add daemon_logv(), which is identical to
   daemon_log(), but takes a va_list argument; add daemon_execv() in
   similar style; other fixes
----------
2007-08-02 10:22:39 +00:00

23 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.2 2007/08/02 10:22:40 makoto Exp $
#
DISTNAME= libdaemon-0.12
CATEGORIES= devel
MASTER_SITES= http://0pointer.de/lennart/projects/libdaemon/
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://0pointer.de/lennart/projects/libdaemon/
COMMENT= C library that eases the writing of UNIX daemons
USE_PKGLOCALEDIR= YES
USE_LIBTOOL= YES
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libdaemon.pc.in
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --disable-lynx
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libdaemon
${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libdaemon
.include "../../mk/bsd.pkg.mk"