aboutsummaryrefslogblamecommitdiff
path: root/astro/kosmindoormap/Makefile
blob: 95287547d057a6aa54e87470f6df1852daf8a6a9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                   
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

LIB_DEPENDS=	libprotobuf.so:devel/protobuf

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

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>