freebsd-ports/devel/libdaemon/Makefile
Ade Lovett 8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00

22 lines
488 B
Makefile

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