1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net-im/ktp-call-ui/Makefile
Tobias C. Berner cea9dea6a2 net-im/telepathy-qt[45]: falvorize
Flavorize the ports:
	* telepathy-qt4 -> telepathy-qt@qt4
	* telepathy-qt5 -> telepathy-qt@qt5

While here, also clean up the Makefile a bit.

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D17445
2018-10-07 13:43:14 +00:00

31 lines
978 B
Makefile

# $FreeBSD$
PORTNAME= ktp-call-ui
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
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 gui network qml quick widgets xml \
buildtools_build qmake_build
USE_LDCONFIG= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>