aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ktp-contact-runner/Makefile
diff options
context:
space:
mode:
authoradridg <adridg@FreeBSD.org>2018-03-23 17:50:04 +0800
committeradridg <adridg@FreeBSD.org>2018-03-23 17:50:04 +0800
commit0573622f32d786889e0419cd64810503756c7987 (patch)
treebfc65fbca1bbbf4dc7dd68244afd451c86667434 /net-im/ktp-contact-runner/Makefile
parentb91e5fa33391a08aeaffdeb3016e420ffa4d101f (diff)
downloadfreebsd-ports-gnome-0573622f32d786889e0419cd64810503756c7987.tar.gz
freebsd-ports-gnome-0573622f32d786889e0419cd64810503756c7987.tar.zst
freebsd-ports-gnome-0573622f32d786889e0419cd64810503756c7987.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
Diffstat (limited to 'net-im/ktp-contact-runner/Makefile')
-rw-r--r--net-im/ktp-contact-runner/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-im/ktp-contact-runner/Makefile b/net-im/ktp-contact-runner/Makefile
deleted file mode 100644
index 2c58fa0c4ed4..000000000000
--- a/net-im/ktp-contact-runner/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= ktp-contact-runner
-PORTVERSION= ${KTP_VERSION}
-PORTREVISION= 2
-CATEGORIES= net-im kde
-MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
-
-MAINTAINER= kde@FreeBSD.org
-COMMENT= KRunner integration module for KDE Telepathy
-
-LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \
- libktpcommoninternalsprivate.so:net-im/ktp-common-internals
-
-USES= cmake gettext kde:4 tar:bzip2
-USE_KDE= kdelibs automoc4
-USE_QT4= corelib moc_build qmake_build rcc_build uic_build
-
-.include <bsd.port.mk>