mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
b42bee5ad6
Previously we assumed that a port of KDE Gear 24.02-beta1 will use Qt6. So kde:6 was used to determine that the applications version is beta1. However, not all applications will be ported in time of the release as it seems, so we need to have a better way to select the version. For now, the KDE Gear-ports can use (for beta1) CATEGORIES=$main kde kde-applications kde-devel resepectively (for stable version) CATEGORIES=$main kde kde-applications to get the proper DISTVERSION value and environment set up.
31 lines
868 B
Makefile
31 lines
868 B
Makefile
PORTNAME= dolphin
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= x11-fm kde kde-applications kde-devel
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE filemanager dolphin
|
|
WWW= https://userbase.kde.org/Dolphin
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl kde:6 \
|
|
qt:6 tar:xz xorg
|
|
USE_KDE= activities attica5 baloo5 bookmarks codecs colorscheme \
|
|
completion config configwidgets coreaddons crash dbusaddons \
|
|
filemetadata i18n iconthemes itemviews jobwidgets kcmutils kio \
|
|
newstuff notifications parts phonon service solid sonnet textwidgets \
|
|
userfeedback widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= base declarative
|
|
USE_GL= gl opengl
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
CMAKE_ARGS= -DQT_MAJOR_VERSION=6
|
|
|
|
.include <bsd.port.mk>
|