0edfaee1ed
Dozens of KDE apps are getting new releases from KDE’s release service. New features, usability improvements, re-designs and bug fixes all contribute to helping boost your productivity and making this new batch of applications more efficient and pleasant to use. Full announcement: https://kde.org/announcements/releases/2020-08-apps-update/
28 lines
825 B
Makefile
28 lines
825 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
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \
|
|
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= compiler:c++11-lang cmake gettext kde:5 pkgconfig \
|
|
qca qt:5 tar:xz
|
|
USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \
|
|
kio wallet service widgetsaddons
|
|
USE_QT= concurrent core dbus gui network webkit widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|