openbsd-ports/net/ortp/Makefile
danj a4577c7171 Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:46:32 +00:00

28 lines
668 B
Makefile

# $OpenBSD: Makefile,v 1.14 2019/07/17 14:46:34 danj Exp $
COMMENT = RTP (RFC3550) library
DISTNAME = ortp-0.24.2
REVISION = 4
SHARED_LIBS += ortp 2.0 # 9.0
CATEGORIES = net multimedia
HOMEPAGE = http://www.linphone.org/eng/documentation/dev/ortp.html
# LGPLv2.1
PERMIT_PACKAGE = Yes
WANTLIB = crypto m pthread ssl
MASTER_SITES = http://download.savannah.nongnu.org/releases/linphone/ortp/sources/
SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-ssl-hmac \
--enable-doxygen=no
# OpenBSD does not support AI_V4MAPPED/AI_ALL
CONFIGURE_ENV = CFLAGS="${CFLAGS} -DAI_V4MAPPED=0 -DAI_ALL"
.include <bsd.port.mk>