aboutsummaryrefslogtreecommitdiff
path: root/astro/marble/Makefile
blob: e91fb65ae6e627f1f9138015cd2b6327fdbc7b84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
PORTNAME=	marble
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	astro education kde kde-applications

PATCH_SITES=	https://invent.kde.org/education/marble/-/commit/
PATCHFILES=	677153cc8c1450a8a370fbd1c7505dd7e4ea50fc.diff:-p1 \
		78a351ad21832a2ec3ae3c3917573241c2ea396b.diff:-p1

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=	libquazip1-qt5.so:archivers/quazip

USES=		cmake compiler:c++11-lang desktop-file-utils gettext \
		kde:5 qt:5 shared-mime-info tar:xz xorg
USE_KDE=	attica auth codecs completion config configwidgets coreaddons \
		crash doctools i18n jobwidgets kio newstuff package parts \
		plasma-framework plasma-workspace-wallpapers runner service solid \
		sonnet textwidgets wallet widgetsaddons windowsystem xmlgui \
		ecm:build
USE_QT=		concurrent core dbus declarative designer gui location network opengl \
		phonon4 printsupport script serialport sql svg webchannel widgets xml \
		buildtools:build qmake:build testlib:build
USE_XORG=	x11

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}

# Override shared library version
KDE_APPLICATIONS_SHLIB_VER=	${KDE_APPLICATIONS_SHLIB_G_VER}

OPTIONS_DEFINE=	GPS DOCS WEBENGINE
OPTIONS_DEFAULT=GPS
OPTIONS_DEFAULT_amd64=	WEBENGINE
OPTIONS_DEFAULT_i386=	WEBENGINE
OPTIONS_SUB=	yes

GPS_DESC=		Support for GPS position provider
GPS_LIB_DEPENDS=	libgps.so:astro/gpsd
GPS_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_libgps

WEBENGINE_DESC=		Add dependency on qt5-webengine
WEBENGINE_USE=		QT=webengine
WEBENGINE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets

.include <bsd.port.mk>