ajacoutot c4096e6659 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:16:56 +00:00

29 lines
479 B
Makefile

COMMENT = multicast proxy daemon
GH_ACCOUNT = Esdenera
GH_PROJECT = mcast-proxy
GH_TAGNAME = v1.0
REVISION = 7
DISTFILES = mcast-proxy-1.0-0{mcast-proxy-1.0}.tar.gz
CATEGORIES = net
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
# ISC
PERMIT_PACKAGE = Yes
WANTLIB = c event
FAKE_FLAGS = BINDIR="${PREFIX}/sbin" \
MANDIR="${PREFIX}/man/man"
DEBUG_PACKAGES = ${BUILD_PACKAGES}
NO_TEST = Yes
WRKSRC = ${WRKDIST}/usr.sbin/mcast-proxy
.include <bsd.port.mk>