2005-10-18 21:27:02 +00:00
|
|
|
# New ports collection makefile for: libdaemon
|
|
|
|
# Date created: 2005-10-17
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libdaemon
|
2005-11-24 21:37:23 +00:00
|
|
|
PORTVERSION= 0.10
|
2005-10-18 21:27:02 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
|
|
COMMENT= Lightweight C library that eases the writing of UNIX daemons
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-10-18 21:27:02 +00:00
|
|
|
USE_GNOME= gnomehack
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|