2018-04-08 19:21:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= marble
|
|
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
|
|
CATEGORIES= astro kde kde-applications
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Virtual globe and world atlas for KDE
|
|
|
|
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
|
|
|
LIB_DEPENDS= libquazip5.so:archivers/quazip@qt5
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
2018-10-27 13:50:58 +02:00
|
|
|
kde:5 qt:5 tar:xz
|
2018-04-08 19:21:34 +02:00
|
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|
|
|
crash doctools ecm i18n jobwidgets kio newstuff package parts \
|
|
|
|
plasma-framework runner service sonnet textwidgets wallet \
|
|
|
|
widgetsaddons xmlgui
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= concurrent core dbus declarative designer gui location network opengl \
|
2018-12-30 18:34:01 +01:00
|
|
|
phonon4 printsupport script sql svg webchannel widgets xml \
|
2018-04-08 19:21:34 +02:00
|
|
|
buildtools_build qmake_build
|
|
|
|
|
|
|
|
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}
|
|
|
|
|
2018-12-30 18:34:01 +01:00
|
|
|
OPTIONS_DEFINE= GPS DOCS WEBENGINE
|
2018-04-08 19:21:34 +02:00
|
|
|
OPTIONS_DEFAULT=GPS
|
2018-12-30 18:34:01 +01:00
|
|
|
OPTIONS_DEFAULT_amd64= WEBENGINE
|
|
|
|
OPTIONS_DEFAULT_i386= WEBENGINE
|
2018-04-08 19:21:34 +02:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
GPS_DESC= Support for GPS position provider
|
|
|
|
GPS_LIB_DEPENDS= libgps.so:astro/gpsd
|
2019-01-09 23:40:25 +01:00
|
|
|
GPS_CMAKE_BOOL_ON= WITH_libgps
|
2018-04-08 19:21:34 +02:00
|
|
|
|
2018-12-30 18:34:01 +01:00
|
|
|
WEBENGINE_DESC= Add dependency on qt5-webengine
|
|
|
|
WEBENGINE_USE= QT=webengine
|
2019-01-09 23:40:25 +01:00
|
|
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
2018-12-30 18:34:01 +01:00
|
|
|
|
2018-04-08 19:21:34 +02:00
|
|
|
.include <bsd.port.mk>
|