mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
e714368786
* Pin multimedia/kdelive at 17.12.3 until we import the mlt update from the dev-repo.
24 lines
752 B
Makefile
24 lines
752 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-auth-handler
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net-im kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KWallet integration module for KDE Telepathy
|
|
|
|
LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 \
|
|
libtelepathy-qt5.so:net-im/telepathy-qt5 \
|
|
libKTpCommonInternals.so:net-im/ktp-common-internals \
|
|
libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
|
libkaccounts.so:net-im/kaccounts-integration \
|
|
libsignon-qt5.so:sysutils/signon-qt5
|
|
|
|
USES= cmake:outsource gettext kde:5 pkgconfig tar:xz
|
|
USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \
|
|
kio wallet service widgetsaddons
|
|
USE_QT5= core dbus gui network webkit widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|