summaryrefslogtreecommitdiff
path: root/astro/marble-kde4/Makefile
blob: 20a45a7eca68d6d913b6f490a8b88a3816124656 (plain)
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
# $FreeBSD$

PORTNAME=	marble
PORTVERSION=	${KDE4_VERSION}
PORTREVISION=	5
CATEGORIES=	astro kde kde-kde4

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Virtual globe and world atlas for KDE

LIB_DEPENDS=	libquazip.so:archivers/quazip@qt4

DEPRECATED=	KDE4 is EOL upstream
EXPIRATION_DATE=	2018-12-31

USES=		cmake kde:4 qt:4 shared-mime-info tar:xz
USE_KDE=	kdelibs automoc4
USE_QT=		corelib dbus declarative designer_build gui network phonon \
		qtestlib script sql svg webkit xml \
		qmake_build moc_build rcc_build uic_build
USE_LDCONFIG=	yes
MAKE_ENV=	XDG_CONFIG_HOME=/dev/null
CMAKE_ARGS=	-DMOBILE:BOOL=FALSE

OPTIONS_DEFINE=	GPS
OPTIONS_DEFAULT=	GPS
OPTIONS_SUB=	yes

GPS_DESC=	Support for GPS position provider
GPS_LIB_DEPENDS=	libgps.so:astro/gpsd
GPS_CMAKE_OFF=	-DWITH_libgps:BOOL=FALSE

# pre-configure:
# # Prevent updating MIME during build.
# 	${REINPLACE_CMD} -e '/update_xdg_mimetypes/ d' \
# 		${PATCH_WRKSRC}/data/CMakeLists.txt

.include <bsd.port.mk>