aboutsummaryrefslogtreecommitdiff
path: root/net-im/ktp-accounts-kcm/Makefile
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2018-03-23 09:50:04 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2018-03-23 09:50:04 +0000
commitaf490305032f275d2477d7bf40d7ca2fa0bf8f82 (patch)
treebfc65fbca1bbbf4dc7dd68244afd451c86667434 /net-im/ktp-accounts-kcm/Makefile
parent086d3fadafabbc4c2de8b6f8477528f82d5bf5e8 (diff)
downloadports-af490305032f275d2477d7bf40d7ca2fa0bf8f82.tar.gz
ports-af490305032f275d2477d7bf40d7ca2fa0bf8f82.zip
Shuffle the KDE ktp-* and related ports into a -kde4 suffix.
This is consistent with r462619, which moved most (but not all, hence this commit) of the KDE4-era ports out of the way for newer generation KDE. Approved by: tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D14775
Notes
Notes: svn path=/head/; revision=465343
Diffstat (limited to 'net-im/ktp-accounts-kcm/Makefile')
-rw-r--r--net-im/ktp-accounts-kcm/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile
deleted file mode 100644
index 30503ad343d9..000000000000
--- a/net-im/ktp-accounts-kcm/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ktp-accounts-kcm
-PORTVERSION= ${KTP_VERSION}
-PORTREVISION= 2
-CATEGORIES= net-im kde
-MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= KDE instant messaging account management module
-
-LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \
- libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \
- libktpcommoninternalsprivate.so:net-im/ktp-common-internals
-RUN_DEPENDS= ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list
-
-USES= cmake gettext kde:4 tar:bzip2
-USE_KDE= kdelibs automoc4
-USE_QT4= corelib moc_build qmake_build rcc_build uic_build
-USE_LDCONFIG= yes
-
-OPTIONS_DEFINE= HAZE IRC JABBER SALUT
-OPTIONS_DEFAULT=JABBER
-
-HAZE_DESC= libpurple protocols support
-HAZE_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-haze:net-im/telepathy-haze
-
-IRC_DESC= Internet Relay Chat support
-IRC_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-idle:net-im/telepathy-idle
-
-JABBER_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-gabble:net-im/telepathy-gabble
-
-SALUT_DESC= Link-local (serverless) XMPP support
-SALUT_RUN_DEPENDS= ${LOCALBASE}/libexec/telepathy-salut:net-im/telepathy-salut
-
-.include <bsd.port.mk>