mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
7d1b26ed85
https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcmutils
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 utilities for working with KCModules
|
|
|
|
USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs config configwidgets coreaddons ecm i18n \
|
|
iconthemes itemviews kdeclarative package service \
|
|
widgetsaddons xmlgui
|
|
USE_QT= buildtools_build core dbus gui network qmake_build \
|
|
qml quick widgets xml
|
|
|
|
.include <bsd.port.mk>
|