freebsd-ports/devel/libdaemon/Makefile
Joe Marcus Clarke f93ff365de Update to 0.11 and transfer maintainership to gnome@.
Approved by:	ahze (previous maintainer)
2007-06-23 17:47:06 +00:00

21 lines
502 B
Makefile

# New ports collection makefile for: libdaemon
# Date created: 2005-10-17
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdaemon
PORTVERSION= 0.11
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
INSTALLS_SHLIB= yes
.include <bsd.port.mk>