Files
ports/devel/libdaemon/Makefile
T
Tobias C. Berner 28bac6ebdd Move some gnome@ ports to desktop@
As gnome@ is lacking active committers at the moment, transfer some of its
ports [1] up the stack to the desktop@ group, in hope that this way we get some
updates in as the set of people that "should feel responsible" grows.

As soon as gnome@ grows some committers again, this can (and should) of course
be reverted again.

[1] The list of ports chosen in this move consits of all the ports that are
required to build x11/kde5.

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D26362
2020-09-10 18:55:41 +00:00

22 lines
473 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdaemon
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Lightweight C library that eases the writing of UNIX daemons
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/LICENSE
CONFIGURE_ARGS= --disable-lynx
GNU_CONFIGURE= yes
USES= libtool:keepla pathfix
USE_LDCONFIG= yes
.include <bsd.port.mk>