Files
ports/graphics/qtpbfimageplugin/Makefile
T
Po-Chuan Hsieh 94829e74ad devel/protobuf: Update to 28.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2024-10-29 22:38:30 +08:00

29 lines
609 B
Makefile

PORTNAME= qtpbfimageplugin
PORTVERSION= 2.1
PORTREVISION= 14
CATEGORIES= graphics
MAINTAINER= sikmir@gmail.com
COMMENT= Qt image plugin for displaying Mapbox vector tiles
WWW= https://github.com/tumic0/QtPBFImagePlugin
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf
USES= compiler:c++17-lang gl qmake qt:5
USE_QT= core gui buildtools:build
USE_GL= gl
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
USE_GITHUB= yes
GH_ACCOUNT= tumic0
GH_PROJECT= QtPBFImagePlugin
USE_CXXSTD= c++17
PLIST_FILES= ${QT_PLUGINDIR}/imageformats/libpbf.so
.include <bsd.port.mk>