mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
30 lines
846 B
Makefile
30 lines
846 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 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>
|