freebsd-ports/devel/libdaemon/Makefile
2014-03-02 22:11:17 +00:00

17 lines
398 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdaemon
PORTVERSION= 0.14
CATEGORIES= devel
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight C library that eases the writing of UNIX daemons
CONFIGURE_ARGS= --disable-lynx
USES= libtool pathfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>