freebsd-ports/graphics/qtpbfimageplugin/Makefile
Kai Knoblich 1d9bf3ce14 graphics/qtpbfimageplugin: Update to 2.0
Changelog:

https://github.com/tumic0/QtPBFImagePlugin/compare/1.4...2.0

PR:		241442
Submitted by:	Nikolay Korotkiy <sikmir@gmail.com> (maintainer)
2019-11-01 15:32:40 +00:00

26 lines
537 B
Makefile

# $FreeBSD$
PORTNAME= qtpbfimageplugin
PORTVERSION= 2.0
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>