blob: 7c9d53bf7278691dde11c69ec1e0cd99a5073eee (
plain)
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
|
PORTNAME= linphone
PORTVERSION= 4.1.1
PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= https://www.linphone.org/releases/sources/linphoneqt/
DISTNAME= linphoneqt-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SIP client supporting voice/video calls and text messaging
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbelcard.so:deskutils/belcard \
liblinphone++.so:net/liblinphone
USES= cmake compiler:c++11-lib pkgconfig qt:5
USE_QT= buildtools_build concurrent core declarative \
graphicaleffects_run gui linguisttools network qmake_build \
quickcontrols_run quickcontrols2 speech svg testlib widgets
post-patch:
@${REINPLACE_CMD} 's/LINPHONE_QT_GIT_VERSION/"${PORTVERSION}"/' \
${WRKSRC}/src/app/AppController.cpp
.include <bsd.port.mk>
|