Changelog: https://github.com/tumic0/QtPBFImagePlugin/compare/1.4...2.0 PR: 241442 Submitted by: Nikolay Korotkiy <sikmir@gmail.com> (maintainer)
26 lines
537 B
Makefile
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>
|