summaryrefslogtreecommitdiff
path: root/devel/libdaemon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libdaemon/Makefile')
-rw-r--r--devel/libdaemon/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/libdaemon/Makefile b/devel/libdaemon/Makefile
new file mode 100644
index 00000000000..be674ad4ada
--- /dev/null
+++ b/devel/libdaemon/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/20 17:24:48 ahoka 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"