summaryrefslogtreecommitdiff
path: root/astro/kosmindoormap/Makefile
blob: 3da2d13f9c481f56815bad7464c9c38f138b47be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kosmindoormap
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	astro kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Library and QML component for rendering multi-level OSM indoor maps
WWW=		https://marble.kde.org/

LIB_DEPENDS=	libprotobuf.so:devel/protobuf

USES=		bison cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE=	i18n kpublictransport \
		ecm_build
USE_QT=		core declarative gui network quick3d \
		buildtools_build qmake_build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>