1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

The KDE Telepathy project aims to integrate real time communication

deeply into KDE Workspaces, and to provide an infrastructure to aid
development of collaborative features for KDE Applications.

This is the meta-port grouping all the components.

WWW: http://community.kde.org/KTp
This commit is contained in:
Alberto Villa 2013-05-02 21:47:33 +00:00
parent d06c339c35
commit b475ee362f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317156
3 changed files with 52 additions and 0 deletions

View File

@ -49,6 +49,7 @@
SUBDIR += jarl
SUBDIR += jggtrans
SUBDIR += jitsi
SUBDIR += kde-telepathy
SUBDIR += kmerlin
SUBDIR += kmess
SUBDIR += kmess-kde4

View File

@ -0,0 +1,44 @@
# $FreeBSD$
PORTNAME= kde-telepathy
PORTVERSION= ${KTP_VERSION}
CATEGORIES= net-im kde
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE integrated instant messaging framework
RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/kcm_ktp_accounts.so:${PORTSDIR}/net-im/ktp-accounts-kcm \
${KDE4_PREFIX}/lib/kde4/kded_ktp_approver.so:${PORTSDIR}/net-im/ktp-approver \
${KDE4_PREFIX}/lib/kde4/libexec/ktp-auth-handler:${PORTSDIR}/net-im/ktp-auth-handler \
${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list \
${KDE4_PREFIX}/lib/kde4/krunner_ktp_contacts.so:${PORTSDIR}/net-im/ktp-contact-runner \
${KDE4_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:${PORTSDIR}/net-im/ktp-filetransfer-handler \
${KDE4_PREFIX}/lib/kde4/kded_ktp_integration_module.so:${PORTSDIR}/net-im/ktp-kded-integration-module \
${KDE4_PREFIX}/lib/kde4/libexec/ktp-text-ui:${PORTSDIR}/net-im/ktp-text-ui
USE_KDE4= kdeprefix
NO_BUILD= yes
OPTIONS_DEFINE= PLASMA SEND_FILE
OPTIONS_DEFAULT=PLASMA SEND_FILE
PLASMA_DESC= Applets for KDE Plasma Desktop integration
SEND_FILE_DESC= Context menu plugin for sending files
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MPLASMA}
RUN_DEPENDS+= ${KDE4_PREFIX}/lib/kde4/plasma_applet_ktp_presence.so:${PORTSDIR}/net-im/plasma-applet-ktp
.endif
.if ${PORT_OPTIONS:MSEND_FILE}
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/ktp-send-file:${PORTSDIR}/net-im/ktp-send-file
.endif
do-install:
@${DO_NADA}
.include <bsd.port.mk>

View File

@ -0,0 +1,7 @@
The KDE Telepathy project aims to integrate real time communication
deeply into KDE Workspaces, and to provide an infrastructure to aid
development of collaborative features for KDE Applications.
This is the meta-port grouping all the components.
WWW: http://community.kde.org/KTp