aboutsummaryrefslogtreecommitdiff
path: root/net-im/ktp-auth-handler/Makefile
blob: 454fc178c249f6c20f43a518936dde9593d2c3af (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
# $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>