blob: 0cd7b542ae1047401e3c6ea605484672a030da34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= imageformats
DISTVERSION= ${QT5_VERSION}
CATEGORIES= graphics
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt plugins for additional image formats
LIB_DEPENDS= libjasper.so:graphics/jasper \
libmng.so:graphics/libmng \
libtiff.so:graphics/tiff \
libwebp.so:graphics/webp
USE_QT5= core gui buildtools_build
QT_DIST= ${PORTNAME}
USES= localbase qmake
.include <bsd.port.mk>
|