Files
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

32 lines
635 B
Makefile

COMMENT = things proxy daemon for OpenBSD
CATEGORIES = net
GH_ACCOUNT = basepr1me
GH_PROJECT = thingsd
GH_TAGNAME = 4.0.2
REVISION = 1
MAINTAINER = Tracey Emery <tracey@traceyemery.net>
# ISC
PERMIT_PACKAGE = Yes
# uses pledge()
# uses unveil()
WANTLIB += c crypto event ssl tls util
MAKE_FLAGS = CC="${CC}"
NO_TEST = Yes
do-configure:
sed -i 's,/etc/thingsd.conf,${SYSCONFDIR}/thingsd.conf,' \
${WRKSRC}/thingsd/thingsd.{h,8,conf.5}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/thingsd
${INSTALL_DATA} ${WRKSRC}/thingsd/examples/etc/thingsd.conf \
${PREFIX}/share/examples/thingsd
.include <bsd.port.mk>