freebsd-ports/net-im/ktp-auth-handler/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

25 lines
782 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-qt@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 qt:5 tar:xz
USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \
kio wallet service widgetsaddons
USE_QT= core dbus gui network webkit widgets xml \
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>