openbsd-ports/net/ortp/Makefile

38 lines
921 B
Makefile

# $OpenBSD: Makefile,v 1.4 2013/12/19 10:13:45 zhuk Exp $
COMMENT = RTP (RFC3550) library
DISTNAME = ortp-0.22.0
REVISION = 2
SHARED_LIBS = ortp 0.0
CATEGORIES = net multimedia
HOMEPAGE = http://www.linphone.org/eng/documentation/dev/ortp.html
MAINTAINER = Vadim Zhukov <zhuk@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = crypto m pthread
MASTER_SITES = http://download.savannah.nongnu.org/releases/linphone/ortp/sources/
BUILD_DEPENDS = devel/doxygen \
security/libsrtp
SEPARATE_BUILD = Yes
# TODO: remove "autoconf" when arc4random() patches get accepted upstream
CONFIGURE_STYLE = gnu autoconf
AUTOCONF_VERSION = 2.68
CONFIGURE_ARGS = ${CONFIGURE_SHARED} \
--disable-zrtp \
--enable-ssl-hmac \
--enable-tests \
--with-srtp=${LOCALBASE}
post-install:
rm -Rf ${PREFIX}/share/doc/ortp
mv ${PREFIX}/share/doc/${DISTNAME} ${PREFIX}/share/doc/ortp
.include <bsd.port.mk>