blob: 5f45fc1af6be38cd5366033620bbb243c0dddce9 (
plain) (
blame)
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:${PORTSDIR}/graphics/jasper \
libmng.so:${PORTSDIR}/graphics/libmng \
libtiff.so:${PORTSDIR}/graphics/tiff \
libwebp.so:${PORTSDIR}/graphics/webp
USE_QT5= core gui buildtools_build
QT_DIST= ${PORTNAME}
USES= qmake
.include <bsd.port.mk>
|