opnsense-ports/sysutils/kpmcore/Makefile
Franco Fichtner 7e47c3a3b9 */*: sync with upstream
Taken from: FreeBSD
2024-03-04 13:24:38 +01:00

18 lines
513 B
Makefile

PORTNAME= kpmcore
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= sysutils kde-applications
MAINTAINER= adridg@FreeBSD.org
COMMENT= KDE Partition Manager core library
WWW= https://invent.kde.org/system/kpmcore
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
USES= cmake compiler:c++17-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth coreaddons i18n widgetsaddons \
ecm:build
USE_QT= concurrent core dbus declarative \
gui widgets \
buildtools:build qmake:build
.include <bsd.port.mk>