25 lines
684 B
Makefile
25 lines
684 B
Makefile
PORTNAME= ktp-contact-runner
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= net-im kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KRunner integration module for KDE Telepathy
|
|
WWW= https://community.kde.org/KTp
|
|
|
|
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \
|
|
libKTpCommonInternals.so:net-im/ktp-common-internals
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lang cmake gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= config coreaddons i18n package plasma-framework runner \
|
|
service wallet \
|
|
ecm:build
|
|
USE_QT= core dbus gui network widgets xml\
|
|
buildtools:build qmake:build
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|