1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11/kde6/Makefile
Tobias C. Berner bf714711f1 x11/kde6: new meta-port -- there is no KDE 6 ...
... 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.                                |
    +-------------------------------------------------------------------------+
2023-12-07 21:11:33 +01:00

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>