diff options
Diffstat (limited to 'net/ortp/Makefile')
| -rw-r--r-- | net/ortp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 6c05c0977e33..ede190e5f28e 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -1,16 +1,15 @@ PORTNAME= ortp -DISTVERSION= 5.4.24 +DISTVERSION= 5.4.28 CATEGORIES= net -MAINTAINER= zirias@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Real-time Transport Protocol (RTP) library WWW= https://www.linphone.org/technical-corner/ortp.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \ - ${LOCALBASE}/lib/libbcunit.a:devel/bcunit +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox USES= cmake compiler:c11 ssl USE_GITLAB= yes @@ -18,8 +17,8 @@ GL_SITE= https://gitlab.linphone.org/BC GL_ACCOUNT= public USE_LDCONFIG= yes -CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STRICT=NO \ - -DENABLE_UNIT_TESTS=NO +CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_OFF= ENABLE_DOC ENABLE_UNIT_TESTS LDFLAGS+= -lpthread |
