summaryrefslogtreecommitdiff
path: root/meta-pkgs/kde-telepathy/Makefile
diff options
context:
space:
mode:
authorjaapb <jaapb>2016-01-17 15:05:18 +0000
committerjaapb <jaapb>2016-01-17 15:05:18 +0000
commitbf86bb7a1af91efe2cf38d5fddb7b44b0e7a58b2 (patch)
treebbf541a0d4219cf141440c94e652a79d61bf7d5b /meta-pkgs/kde-telepathy/Makefile
parent79efdbfad1d00db83d307022171e7c4525562e22 (diff)
downloadpkgsrc-bf86bb7a1af91efe2cf38d5fddb7b44b0e7a58b2.tar.gz
Added meta-pkgs/kde-telepathy, the meta-package for the KDE telepathy
suite.
Diffstat (limited to 'meta-pkgs/kde-telepathy/Makefile')
-rw-r--r--meta-pkgs/kde-telepathy/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-pkgs/kde-telepathy/Makefile b/meta-pkgs/kde-telepathy/Makefile
new file mode 100644
index 00000000000..5a9922e64d2
--- /dev/null
+++ b/meta-pkgs/kde-telepathy/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2016/01/17 15:05:18 jaapb Exp $
+
+.include "Makefile.common"
+DISTNAME= kde-telepathy-${KTP_VERSION}
+PKGREVISION= 2
+CATEGORIES= meta-pkgs chat kde
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= http://userbase.kde.org/Telepathy
+COMMENT= "meta-package" for KDE Telepathy
+
+DEPENDS+= ktp-accounts-kcm-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-accounts-kcm
+DEPENDS+= ktp-approver-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-approver
+DEPENDS+= ktp-auth-handler-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-auth-handler
+#DEPENDS+= ktp-call-ui-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-call-ui
+# this package still has a boost error that needs to be fixed somehow
+DEPENDS+= ktp-common-internals-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-common-internals
+DEPENDS+= ktp-contact-list-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-contact-list
+DEPENDS+= ktp-contact-runner-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-contact-runner
+DEPENDS+= ktp-desktop-applets-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-desktop-applets
+DEPENDS+= ktp-filetransfer-handler-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-filetransfer-handler
+DEPENDS+= ktp-kded-integration-module-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-kded-integration-module
+DEPENDS+= ktp-send-file-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-send-file
+DEPENDS+= ktp-text-ui-${KTP_VERSION}{,nb[0-9]*}:../../chat/ktp-text-ui
+
+META_PACKAGE= yes
+
+.include "../../mk/bsd.pkg.mk"