HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/graphics/qtpbfimageplugin/Makefile
PORTNAME=	qtpbfimageplugin
PORTVERSION=	2.1
PORTREVISION=	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>