freebsd-ports/x11/kde5/Makefile
Adriaan de Groot 1f750aed87 Correct comment on the two top-level KDE ports:
- indicate that the KDE4 metaport is legacy
 - there is no KDE5, so don't call it that in the comment even if
   the port *is* named suggestively (for that matter, Software
   Collection was never intended to be used in public communication
   either).

Approved by:	tcberner (mentor, implicit)
2018-05-03 12:32:29 +00:00

52 lines
1.5 KiB
Makefile

# $FreeBSD$
PORTNAME= kde5
DISTVERSION= ${KDE_PLASMA_VERSION}.${KDE_APPLICATIONS_VERSION}
CATEGORIES= x11 kde # kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE Plasma Desktop and Applications (current)
LICENSE= LGPL20
RUN_DEPENDS= kde-baseapps>=0:x11/kde-baseapps \
kwalletmanager5:security/kwalletmanager
USES= kde:5 metaport
USE_KDE= plasma-desktop_run
USE_QT5= # empty
OPTIONS_DEFINE= KDEADMIN KDEEDU \
KDEGAMES KDEGRAPHICS KDEMULTIMEDIA KDENETWORK \
KDEPIM KDEUTILS \
PULSEAUDIO
OPTIONS_DEFAULT=${OPTIONS_DEFINE:NPULSEAUDIO}
KDEADMIN_DESC= Administration utilities
KDEADMIN_RUN_DEPENDS= kdeadmin>=${KDE_APPLICATIONS_VERSION}:sysutils/kdeadmin
KDEEDU_DESC= Entertaining, educational programs
KDEEDU_RUN_DEPENDS= kdeedu>=${KDE_APPLICATIONS_VERSION}:misc/kdeedu
KDEGAMES_DESC= Collection of games
KDEGAMES_RUN_DEPENDS= kdegames>=${KDE_APPLICATIONS_VERSION}:games/kdegames
KDEGRAPHICS_DESC= Graphics utilities
KDEGRAPHICS_RUN_DEPENDS= kdegraphics>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics
KDEMULTIMEDIA_DESC= Multimedia applications
KDEMULTIMEDIA_RUN_DEPENDS= kdemultimedia>=${KDE_APPLICATIONS_VERSION}:multimedia/kdemultimedia
KDENETWORK_DESC= Network-related programs
KDENETWORK_RUN_DEPENDS= kdenetwork>=${KDE_APPLICATIONS_VERSION}:net/kdenetwork
KDEPIM_DESC= Personal information management
KDEPIM_RUN_DEPENDS= kdepim>=${KDE_APPLICATIONS_VERSION}:deskutils/kdepim
KDEUTILS_DESC= Collection of utilities for KDE
KDEUTILS_RUN_DEPENDS= kdeutils>=${KDE_APPLICATIONS_VERSION}:misc/kdeutils
PULSEAUDIO_USE= KDE=plasma-pa
.include <bsd.port.mk>