freebsd-ports/net-im/ktp-auth-handler/Makefile
Tobias C. Berner 9d6bb288ce Set c++11 on some more kde@ ports.
PR:		234060
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-16 19:20:32 +00:00

29 lines
856 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= 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= compiler:c++11-lang 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>