4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $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:graphics/jasper \
|
|
libmng.so:graphics/libmng \
|
|
libtiff.so:graphics/tiff \
|
|
libwebp.so:graphics/webp
|
|
|
|
USE_QT5= core gui buildtools_build
|
|
QT_DIST= ${PORTNAME}
|
|
USES= qmake
|
|
|
|
.include <bsd.port.mk>
|