freebsd-ports/graphics/qtpbfimageplugin/Makefile
Po-Chuan Hsieh f4acead636
devel/protobuf: Update to 3.17.3
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
2021-07-22 02:11:52 +08:00

25 lines
540 B
Makefile

PORTNAME= qtpbfimageplugin
PORTVERSION= 2.1
PORTREVISION= 5
CATEGORIES= graphics
MAINTAINER= sikmir@gmail.com
COMMENT= Qt image plugin for displaying Mapbox vector tiles
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf
USES= compiler:c++11-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
PLIST_FILES= ${QT_PLUGINDIR}/imageformats/libpbf.so
.include <bsd.port.mk>