diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-01-17 15:09:55 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-01-17 15:09:55 +0000 |
commit | 8eb5a0c8c8c1e387aed14e66db7186c6bdce4bfa (patch) | |
tree | 889309b90488028b78e783ca6817a20b969e5d07 /chat/ktp-auth-handler/Makefile | |
parent | d87a57e61915582f35b57cd474344a88c408bc43 (diff) | |
download | pkgsrc-8eb5a0c8c8c1e387aed14e66db7186c6bdce4bfa.tar.gz |
Added chat/ktp-auth-handler, the authentication handling library (passwords
and SSL certificates) for the KDE Telepathy chat suite.
Diffstat (limited to 'chat/ktp-auth-handler/Makefile')
-rw-r--r-- | chat/ktp-auth-handler/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/chat/ktp-auth-handler/Makefile b/chat/ktp-auth-handler/Makefile new file mode 100644 index 00000000000..c1bbffa80e2 --- /dev/null +++ b/chat/ktp-auth-handler/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2016/01/17 15:09:55 jaapb Exp $ + +.include "../../meta-pkgs/kde-telepathy/Makefile.common" +DISTNAME= ktp-auth-handler-${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 Telepathy KWallet integration module +LICENSE= gnu-lgpl-v2.1 + +USE_LANGUAGES= c c++ +USE_TOOLS+= msgfmt + +DEPENDS+= qca2-ossl-[0-9]*:../../security/qca2-ossl + +.include "../../chat/ktp-common-internals/buildlink3.mk" +.include "../../devel/qjson/buildlink3.mk" +.include "../../security/qca2/buildlink3.mk" +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../mk/bsd.pkg.mk" |