aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/qt5-imageformats/Makefile
blob: 7656872e766ff542510c58e8d5667dfb0546f29d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   imageformats
DISTVERSION=    ${QT5_VERSION}
PORTREVISION=   1
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>