rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

40 lines
794 B
Makefile

# $OpenBSD: Makefile,v 1.23 2018/01/11 19:27:01 rpe Exp $
COMMENT = minimalistic Mumble server
GH_ACCOUNT = fatbob313
GH_PROJECT = umurmur
GH_TAGNAME = 0.2.16a
REVISION = 5
CATEGORIES = audio
HOMEPAGE = http://umurmur.net/
MAINTAINER = Jonathon Sisson <sisson.j@gmail.com>
# BSD
PERMIT_PACKAGE_CDROM = 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>