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