freebsd-ports/graphics/qtpbfimageplugin/Makefile
Jochen Neumeister 7f1fea4d5e Update to 1.4
PR:		237897
Submitted by:	Nikolay Korotkiy <sikmir@gmail.com> (maintainer)
Sponsored by:	Netzkommune GmbH
2019-05-18 11:51:32 +00:00

26 lines
537 B
Makefile

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