freebsd-ports/astro/kosmindoormap/Makefile
Po-Chuan Hsieh 05e7a8b8e1
devel/protobuf: Update to 3.21.7
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2022-10-09 23:37:51 +08:00

21 lines
528 B
Makefile

PORTNAME= kosmindoormap
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
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>