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

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

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

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

USES=       cmake:outsource gettext kde:5 tar:xz
USE_KDE=    config coreaddons ecm dbusaddons service i18n notifications
USE_QT5=    core  dbus gui network widgets xml \
        buildtools_build qmake_build

.include <bsd.port.mk>