blob: 4017aa440a9871af9d53b2b8a8fbcb25af181cf0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= ortp
DISTVERSION= 5.1.55
CATEGORIES= net
MAINTAINER= zirias@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
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox
USES= cmake compiler:c11
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
GL_COMMIT= d5505bf226f8c81e5742d854ef559e201fdc2ee9
USE_LDCONFIG= yes
CMAKE_ARGS= -DENABLE_DOC=NO -DENABLE_STATIC=NO -DENABLE_STRICT=NO \
-DCMAKE_PREFIX_PATH=${LOCALBASE}
post-install:
${RM} -r ${STAGEDIR}${PREFIX}/share/doc/${DISTNAME}
.include <bsd.port.mk>
|