freebsd-ports/devel/libdaemon/Makefile

19 lines
421 B
Makefile
Raw Normal View History

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdaemon
2010-05-22 07:48:32 +02:00
PORTVERSION= 0.14
PORTREVISION= 1
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
2014-03-02 23:11:17 +01:00
GNU_CONFIGURE= yes
USES= libtool:keepla pathfix
2007-07-12 13:46:49 +02:00
USE_LDCONFIG= yes
.include <bsd.port.mk>