forked from Lainports/freebsd-ports
This is the backend-library for KDE partition-management utilities, including sysutils/calamares. There is no functional FreeBSD backend, though, so the port currently builds the dummy backend. There is rudimentary ZFS support in the libraries, so having a port available seems like a good start to completing the ZFS work (at which point it's all-of-a-suddent useful for many FreeBSD systems).
17 lines
463 B
Makefile
17 lines
463 B
Makefile
PORTNAME= kpmcore
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde-applications
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= KDE Partition Manager core library
|
|
|
|
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt
|
|
|
|
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>
|