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