openbsd-ports/audio/umurmur/Makefile

37 lines
675 B
Makefile
Raw Normal View History

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