mirror of
https://github.com/opnsense/ports.git
synced 2026-04-12 16:47:51 -05:00
21 lines
572 B
Makefile
21 lines
572 B
Makefile
PORTNAME= kdf
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Shows free space of devices for KDE
|
|
WWW= https://utils.kde.org/projects/kdf/
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
doctools i18n iconthemes jobwidgets kcmutils kio notifications \
|
|
service solid statusnotifieritem widgetsaddons windowsystem \
|
|
xmlgui \
|
|
ecm:build
|
|
USE_QT= base
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|