aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/ktp-approver/Makefile
blob: 4f8b2b7ecddeab5c940b12271befe751f85a3517 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $FreeBSD$

PORTNAME=   ktp-approver
DISTVERSION=    ${KDE_APPLICATIONS_VERSION}
PORTREVISION=   1
CATEGORIES= net-im kde kde-applications

MAINTAINER= kde@FreeBSD.org
COMMENT=    KDE instant messaging notifier

LICENSE=    LGPL21+
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \
        libKTpCommonInternals.so:net-im/ktp-common-internals
RUN_DEPENDS=    ${KDE_PREFIX}/bin/ktp-contactlist:net-im/ktp-contact-list

USES=       compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
USE_KDE=    config coreaddons ecm dbusaddons service i18n notifications
USE_QT=     core  dbus gui network widgets xml \
        buildtools_build qmake_build

OPTIONS_DEFINE= DOCS

.include <bsd.port.mk>