mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
bf714711f1
... but there is * KDE Plasma 6-beta * KDE Frameworks 6-beta * KDE Gear 24.02-beta This meta-port pulls all of them together. +-------------------------------------------------------------------------+ | This is a very early preview intended for developers and testers only. | | We hope it will be picked up by rolling unstable distros, but it is far | | from being ready for day-to-day use yet. | +-------------------------------------------------------------------------+
20 lines
537 B
Makefile
20 lines
537 B
Makefile
PORTNAME= kde6
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= x11 kde kde-devel
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE Plasma Desktop and Applications (current)
|
|
WWW= https://www.kde.org
|
|
|
|
RUN_DEPENDS= plasma6-plasma>0:x11/plasma6-plasma \
|
|
kf6-frameworks>0:x11/kf6-frameworks \
|
|
kate-devel>0:editors/kate-devel \
|
|
dolphin-devel>0:x11-fm/dolphin-devel \
|
|
konsole-devel>0:x11/konsole-devel \
|
|
gwenview-devel>0:graphics/gwenview-devel
|
|
|
|
USES= kde:6 metaport qt:6
|
|
USE_QT= # empty
|
|
|
|
.include <bsd.port.mk>
|