1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/devel/libdaemon/Makefile
2007-07-12 11:46:49 +00:00

22 lines
500 B
Makefile

# New ports collection makefile for: libdaemon
# Date created: 2005-10-17
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdaemon
PORTVERSION= 0.12
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
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget ltverhack
USE_LDCONFIG= yes
.include <bsd.port.mk>