mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Announcement: https://kde.org/announcements/gear/25.04.0/ Ports changes: kde.mk: - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize it for unstable branch. devel/kopeninghours: - Use custom PLIST_SUB to reduce churn on updates. editors/ghostwriter: - Drop upstreamed patch. games/khangman: - Drop upstreamed patch. math/kcalc: - Depend on math/mpc. multimedia/kdenlive: - Prevent fetching during build. - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB. - Depend on OpenTimelineIO. net/krdc: - Switch to freerdp3. x11-fm/dolphin: - Fix abuse of PLIST_SUB. */*: - Add missing and update KF6 dependencies and Qt components.
45 lines
1.3 KiB
Makefile
45 lines
1.3 KiB
Makefile
PORTNAME= marble
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= astro education kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Virtual globe and world atlas for KDE
|
|
WWW= https://marble.kde.org/
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libprotobuf.so:devel/protobuf
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
|
kde:6 qt:6 shared-mime-info tar:xz xorg
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
crash doctools i18n jobwidgets kio kirigami-addons package \
|
|
parts phonon plasma-workspace-wallpapers runner service solid \
|
|
sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_LDCONFIG= yes
|
|
USE_QT= base declarative positioning svg
|
|
USE_XORG= x11
|
|
|
|
CMAKE_OFF= MOBILE
|
|
|
|
# Override shared library version
|
|
KDE_APPLICATIONS_SHLIB_VER= ${KDE_APPLICATIONS_SHLIB_G_VER}
|
|
|
|
OPTIONS_DEFINE= DOCS GPS WEBENGINE
|
|
OPTIONS_DEFAULT= GPS
|
|
OPTIONS_DEFAULT_amd64= WEBENGINE
|
|
OPTIONS_DEFAULT_i386= WEBENGINE
|
|
OPTIONS_SUB= yes
|
|
|
|
GPS_DESC= Support for GPS position provider
|
|
GPS_USE= QT=location
|
|
GPS_LIB_DEPENDS= libgps.so:astro/gpsd
|
|
GPS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libgps
|
|
|
|
WEBENGINE_DESC= Build various plugins that require qt6-webengine
|
|
WEBENGINE_USE= QT=location,webchannel,webengine
|
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt6WebEngineWidgets
|
|
|
|
.include <bsd.port.mk>
|