openbsd-ports/audio/umurmur/Makefile
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

37 lines
675 B
Makefile

COMMENT = minimalistic Mumble server
GH_ACCOUNT = umurmur
GH_PROJECT = umurmur
GH_TAGNAME = 0.2.20
REVISION = 0
CATEGORIES = audio
HOMEPAGE = https://umurmur.net/
# BSD
PERMIT_PACKAGE = Yes
WANTLIB = c config crypto protobuf-c>=1.0 ssl
MODULES = devel/cmake
LIB_DEPENDS = devel/libconfig \
devel/protobuf-c>=1.0.1
CONFIGURE_ARGS = -DSSL=openssl
NO_TEST = Yes
pre-configure:
${SUBST_CMD} ${WRKSRC}/src/conf.c ${WRKSRC}/src/config.h.in \
${WRKSRC}/umurmur.conf.example
post-install:
${INSTALL_MAN} ${FILESDIR}/umurmurd.8 \
${PREFIX}/man/man8/
${SUBST_MAN} ${FILESDIR}/umurmur.conf.5 \
${PREFIX}/man/man5/umurmur.conf.5
.include <bsd.port.mk>