Added
Link Here
|
1 |
# Created by: Nikolay Korotkiy <sikmir@gmail.com> |
2 |
# $FreeBSD$ |
3 |
|
4 |
PORTNAME= qt5-pbfimageplugin |
5 |
PORTVERSION= 1.1 |
6 |
CATEGORIES= graphics |
7 |
|
8 |
MAINTAINER= sikmir@gmail.com |
9 |
COMMENT= Qt image plugin for displaying Mapbox vector tiles |
10 |
|
11 |
LICENSE= LGPL3 |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
13 |
|
14 |
LIB_DEPENDS= libprotobuf-lite.so:devel/protobuf |
15 |
|
16 |
USES= gl qmake qt:5 |
17 |
USE_QT= core gui buildtools_build |
18 |
USE_GL= gl |
19 |
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} |
20 |
|
21 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= tumic0 |
23 |
GH_PROJECT= QtPBFImagePlugin |
24 |
|
25 |
.include <bsd.port.mk> |