ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00

35 lines
729 B
Makefile

COMMENT= DHCPv4/IPv4LL/IPv6RS/DHCPv6 quad stack client
PORTROACH= site:https://github.com/NetworkConfiguration/dhcpcd/releases/
GH_ACCOUNT= NetworkConfiguration
GH_PROJECT= dhcpcd
GH_TAGNAME= dhcpcd-9.4.1
DISTNAME= ${GH_TAGNAME}
REVISION= 0
EPOCH= 0
CATEGORIES= net
HOMEPAGE= https://roy.marples.name/projects/dhcpcd
# BSD-2
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB += c
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --enable-privsep \
--privsepuser=_dhcpcd \
--prefix='${PREFIX}' \
--sysconfdir='${SYSCONFDIR}' \
--mandir='${PREFIX}/man' \
--localstatedir='${LOCALSTATEDIR}'
FAKE_FLAGS= SYSCONFDIR=${PREFIX}/share/examples/dhcpcd
.include <bsd.port.mk>