aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdaemon/Makefile
blob: a5e1177dee574bf3a17a41832c9190dcf21d928d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>