5840ae786f
* net-im/kaccounts-integration * net-im/kaccounts-providers * net-im/ktp-accounts-kcm * net-im/ktp-approver * net-im/ktp-auth-handler * net-im/ktp-call-ui * net-im/ktp-common-internals * net-im/ktp-contact-list * net-im/ktp-contact-runner * net-im/ktp-desktop-applets * net-im/ktp-filetransfer-handler * net-im/ktp-kded-module * net-im/ktp-send-file * net-im/ktp-text-ui * net-im/telepathy-logger-qt5 This is the current version of KDE Applications <foo>. Note that users of KDE SC4 should stick with <foo>-kde4.
20 lines
626 B
Makefile
20 lines
626 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-filetransfer-handler
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net-im kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE instant messaging file transfer handler
|
|
|
|
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \
|
|
libKTpCommonInternals.so:net-im/ktp-common-internals
|
|
|
|
USES= cmake:outsource gettext kde:5 tar:xz
|
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
|
coreaddons ecm i18n itemviews jobwidgets kio service solid \
|
|
wallet widgetsaddons xmlgui
|
|
USE_QT5= core dbus gui network xml widgets \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|