freebsd-ports/devel/kf5-kservice/Makefile
2022-09-07 12:26:41 +02:00

18 lines
541 B
Makefile

PORTNAME= kservice
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 advanced plugin and service introspection
USES= bison cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE= archive config coreaddons crash dbusaddons i18n \
doctools_build ecm_build
USE_QT= core dbus gui xml \
buildtools_build qmake_build
# Make the applications.menu file not conflict with KDE4.
CMAKE_ARGS= -DAPPLICATIONS_MENU_NAME:STRING="kf5-applications.menu"
.include <bsd.port.mk>