diff options
author | jaapb <jaapb@pkgsrc.org> | 2016-01-17 15:08:31 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2016-01-17 15:08:31 +0000 |
commit | 2e447e97b9b76c088850a75d5ba9be3552da7e67 (patch) | |
tree | 2211a4576b2baa851421c8ae01d5372411c6d40b /chat/ktp-text-ui/Makefile | |
parent | f65a667ec9867440995c69cb0a26de84623b7871 (diff) | |
download | pkgsrc-2e447e97b9b76c088850a75d5ba9be3552da7e67.tar.gz |
Added chat/ktp-text-ui, the text chat application for the KDE Telepathy
chat suite.
Diffstat (limited to 'chat/ktp-text-ui/Makefile')
-rw-r--r-- | chat/ktp-text-ui/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chat/ktp-text-ui/Makefile b/chat/ktp-text-ui/Makefile new file mode 100644 index 00000000000..aa1ca7be6b6 --- /dev/null +++ b/chat/ktp-text-ui/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2016/01/17 15:08:31 jaapb Exp $ + +.include "../../meta-pkgs/kde-telepathy/Makefile.common" +DISTNAME= ktp-text-ui-${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 Plasma widgets +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 "../../devel/qjson/buildlink3.mk" +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/bsd.pkg.mk" |