aboutsummaryrefslogtreecommitdiff
path: root/net/linphone/Makefile
blob: c7492acc0a9e23ca5e5a735d0042739cf5cbcae6 (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
# $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>