blob: f51b121df6813dadf70eac91372aedf6d4906a72 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile.common,v 1.2 2017/08/16 20:21:11 wiz Exp $
# used by chat/ktp-accounts-kcm/Makefile
# used by chat/ktp-approver/Makefile
# used by chat/ktp-auth-handler/Makefile
# used by chat/ktp-call-ui/Makefile
# used by chat/ktp-common-internals/Makefile
# used by chat/ktp-contact-list/Makefile
# used by chat/ktp-contact-runner/Makefile
# used by chat/ktp-desktop-applets/Makefile
# used by chat/ktp-filetransfer-handler/Makefile
# used by chat/ktp-kded-integration-module/Makefile
# used by chat/ktp-send-file/Makefile
# used by chat/ktp-text-ui/Makefile
KTP_VERSION= 0.9.0
MASTER_SITES= ${MASTER_SITE_KDE:=kde-telepathy/${VERSION}/src/}
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= https://community.kde.org/KTp
|