* 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.
22 lines
764 B
Makefile
22 lines
764 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ktp-send-file
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= net-im kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE instant messaging file transfer application
|
|
|
|
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt5 \
|
|
libKTpCommonInternals.so:net-im/ktp-common-internals
|
|
RUN_DEPENDS= ${KDE_PREFIX}/lib/libexec/ktp-filetransfer-handler:net-im/ktp-filetransfer-handler \
|
|
${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
|
|
|
|
USES= cmake:outsource gettext kde:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
|
|
i18n iconthemes jobwidgets kcmutils kio service wallet \
|
|
widgetsaddons
|
|
USE_QT5= core dbus gui network widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
.include <bsd.port.mk>
|