mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
25 lines
391 B
Makefile
25 lines
391 B
Makefile
COMMENT= secure RTP library
|
|
|
|
GH_ACCOUNT= cisco
|
|
GH_PROJECT= libsrtp
|
|
GH_TAGNAME= v2.8.0
|
|
|
|
SHARED_LIBS= srtp2 6.1
|
|
|
|
CATEGORIES= security telephony
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
|
|
|
MODULES= devel/meson
|
|
|
|
CONFIGURE_ARGS= -Dpcap-tests=disabled \
|
|
-Ddoc=disabled
|
|
|
|
pre-test:
|
|
sed -i 's/ps -e | grep -q /ps -p /' ${WRKSRC}/test/rtpw_test{,_gcm}.sh
|
|
|
|
.include <bsd.port.mk>
|