summaryrefslogtreecommitdiff
path: root/chat/ktp-approver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/ktp-approver/Makefile')
-rw-r--r--chat/ktp-approver/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/chat/ktp-approver/Makefile b/chat/ktp-approver/Makefile
new file mode 100644
index 00000000000..88132663d98
--- /dev/null
+++ b/chat/ktp-approver/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/01/17 15:13:58 jaapb Exp $
+
+.include "../../meta-pkgs/kde-telepathy/Makefile.common"
+DISTNAME= ktp-approver-${KTP_VERSION}
+CATEGORIES= chat kde
+MASTER_SITES= ${MASTER_SITE_KDE:=kde-telepathy/${KTP_VERSION}/src/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jaapb@NetBSD.org
+HOMEPAGE= http://community.kde.org/KTp
+COMMENT= KDE instant messaging notifier
+LICENSE= gnu-lgpl-v2.1
+
+USE_LANGUAGES= c c++
+USE_TOOLS+= msgfmt
+
+.include "../../chat/ktp-common-internals/buildlink3.mk"
+.include "../../chat/ktp-contact-list/buildlink3.mk"
+.include "../../meta-pkgs/kde4/kde4.mk"
+.include "../../mk/bsd.pkg.mk"