freebsd-ports/net-im/ktp-contact-runner/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
622 B
Makefile

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-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 ecm i18n package plasma-framework runner \
service wallet
USE_QT= core dbus gui network widgets xml\
buildtools_build qmake_build
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>