opnsense-ports/graphics/qtpbfimageplugin/Makefile
Franco Fichtner c3ea87cc3b */*: sync with upstream
Taken from: FreeBSD
2022-03-02 21:37:03 +01:00

25 lines
540 B
Makefile

PORTNAME= qtpbfimageplugin
PORTVERSION= 2.1
PORTREVISION= 6
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>