openbsd-ports/security/libsrtp/Makefile
sthen 8c36b122e2 update to libsrtp-2.2.0 - major update, also adding a shared library
commits following to fix pjsip and asterisk
2019-02-15 22:30:23 +00:00

30 lines
523 B
Makefile

# $OpenBSD: Makefile,v 1.9 2019/02/15 22:30:23 sthen Exp $
SHARED_LIBS += srtp2 0.0 # 0.0
COMMENT= secure RTP library
GH_ACCOUNT= cisco
GH_PROJECT= libsrtp
GH_TAGNAME= v2.2.0
CATEGORIES= security telephony
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
CONFIGURE_STYLE= gnu
MAKE_FLAGS= SHAREDLIBVERSION=${LIBsrtp2_VERSION}
USE_GMAKE= Yes
ALL_TARGET= all shared_library
TEST_TARGET= runtest
post-install:
rm ${PREFIX}/lib/libsrtp2.so
.include <bsd.port.mk>