aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ktp-call-ui/Makefile
blob: d46ad69a2e15631fd5954b87f6120e8f8dc65e19 (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
28
29
30
31
# $FreeBSD$

PORTNAME=   ktp-call-ui
DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
PORTREVISION=   2
CATEGORIES= net-im kde kde-applications

MAINTAINER= kde@FreeBSD.org
COMMENT=    Voice/Video Call UI for Telepathy

LIB_DEPENDS=    libKTpCommonInternals.so:net-im/ktp-common-internals \
        libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt@qt5 \
        libboost_thread.so:devel/boost-libs \
        libfarstream-0.2.so:net-im/farstream \
        libtelepathy-farstream.so:net-im/telepathy-farstream \
        libtelepathy-glib.so:net-im/telepathy-glib \
        libtelepathy-qt5-farstream.so:net-im/telepathy-qt@qt5

USES=       cmake:outsource compiler:c++11-lang gettext kde:5 pkgconfig \
        python:2.7 qt:5 tar:xz
USE_GNOME=  glib20
USE_KDE=    auth codecs config configwidgets coreaddons ecm iconthemes \
        i18n kcmutils kdeclarative notifications package service \
        wallet widgetsaddons xmlgui
USE_QT=     core dbus declarative gui network widgets xml \
        buildtools_build qmake_build
USE_LDCONFIG=   yes

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>