707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
27 lines
787 B
Makefile
27 lines
787 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= linphone
|
|
PORTVERSION= 4.1.1
|
|
PORTREVISION= 4
|
|
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>
|