2018-04-08 17:21:34 +00:00
|
|
|
PORTNAME= marble
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
2020-11-20 07:16:06 +00:00
|
|
|
CATEGORIES= astro education kde kde-applications
|
2018-04-08 17:21:34 +00:00
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Virtual globe and world atlas for KDE
|
2022-09-07 21:06:12 +00:00
|
|
|
WWW= https://marble.kde.org/
|
2018-04-08 17:21:34 +00:00
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2023-01-25 05:31:05 +00:00
|
|
|
LIB_DEPENDS= libquazip1-qt5.so:archivers/quazip@qt5
|
2018-04-08 17:21:34 +00:00
|
|
|
|
2018-12-25 20:25:39 +00:00
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
2022-09-05 19:01:55 +00:00
|
|
|
kde:5 qt:5 shared-mime-info tar:xz xorg
|
2018-04-08 17:21:34 +00:00
|
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
2023-12-03 21:44:37 +00:00
|
|
|
crash doctools i18n jobwidgets kio newstuff package parts phonon \
|
2021-08-13 06:05:53 +00:00
|
|
|
plasma-framework plasma-workspace-wallpapers runner service solid \
|
|
|
|
sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
|
2022-09-11 10:20:14 +00:00
|
|
|
ecm:build
|
2018-11-04 19:00:53 +00:00
|
|
|
USE_QT= concurrent core dbus declarative designer gui location network opengl \
|
2023-12-03 21:44:37 +00:00
|
|
|
printsupport script serialport sql svg webchannel widgets xml \
|
2022-09-11 10:20:14 +00:00
|
|
|
buildtools:build qmake:build testlib:build
|
2022-09-05 19:01:55 +00:00
|
|
|
USE_XORG= x11
|
2018-04-08 17:21:34 +00:00
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ENV= XDG_CONFIG_HOME=/dev/null
|
|
|
|
# We have to set QT_IMPORTS_PATH, as it does not get picked up
|
|
|
|
CMAKE_ARGS= -DMOBILE:BOOL=FALSE \
|
|
|
|
-DQT_IMPORTS_DIR:PATH=${QT_IMPORTDIR}
|
|
|
|
|
2021-08-13 06:05:53 +00:00
|
|
|
# Override shared library version
|
2022-07-18 07:48:02 +00:00
|
|
|
KDE_APPLICATIONS_SHLIB_VER= ${KDE_APPLICATIONS_SHLIB_G_VER}
|
2021-08-13 06:05:53 +00:00
|
|
|
|
2018-12-30 17:34:01 +00:00
|
|
|
OPTIONS_DEFINE= GPS DOCS WEBENGINE
|
2018-04-08 17:21:34 +00:00
|
|
|
OPTIONS_DEFAULT=GPS
|
2018-12-30 17:34:01 +00:00
|
|
|
OPTIONS_DEFAULT_amd64= WEBENGINE
|
|
|
|
OPTIONS_DEFAULT_i386= WEBENGINE
|
2018-04-08 17:21:34 +00:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
GPS_DESC= Support for GPS position provider
|
|
|
|
GPS_LIB_DEPENDS= libgps.so:astro/gpsd
|
2019-07-14 07:27:05 +00:00
|
|
|
GPS_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libgps
|
2018-04-08 17:21:34 +00:00
|
|
|
|
2018-12-30 17:34:01 +00:00
|
|
|
WEBENGINE_DESC= Add dependency on qt5-webengine
|
|
|
|
WEBENGINE_USE= QT=webengine
|
2019-01-09 22:40:25 +00:00
|
|
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
2018-12-30 17:34:01 +00:00
|
|
|
|
2018-04-08 17:21:34 +00:00
|
|
|
.include <bsd.port.mk>
|