freebsd-ports/devel/libdaemon/Makefile
Michael Johnson 949d0e0be7 - Add devel/libdaemon
Lightweight C library that eases the writing of UNIX daemons

WWW: http://0pointer.de/lennart/projects/libdaemon
2005-10-18 21:27:02 +00:00

21 lines
471 B
Makefile

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