freebsd-ports/graphics/qt5-imageformats/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

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>