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

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

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KRunner integration module for KDE Telepathy

LIB_DEPENDS=	libtelepathy-qt5.so:net-im/telepathy-qt5 \
		libKTpCommonInternals.so:net-im/ktp-common-internals

USES=		cmake:outsource gettext kde:5 tar:xz
USE_KDE=	config coreaddons ecm i18n package plasma-framework runner \
		service wallet
USE_QT5=	core dbus gui network widgets xml\
		buildtools_build qmake_build

.include <bsd.port.mk>