summaryrefslogtreecommitdiff
path: root/graphics/qt5-imageformats/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qt5-imageformats/Makefile')
-rw-r--r--graphics/qt5-imageformats/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/qt5-imageformats/Makefile b/graphics/qt5-imageformats/Makefile
new file mode 100644
index 000000000000..a10e85297e57
--- /dev/null
+++ b/graphics/qt5-imageformats/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= imageformats
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= graphics
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt plugins for additional image formats
+
+LIB_DEPENDS= libmng.so:${PORTSDIR}/graphics/libmng \
+ libtiff.so:${PORTSDIR}/graphics/tiff
+
+USE_QT5= core gui buildtools_build
+QT_DIST= ${PORTNAME}
+USES= qmake
+
+.include <bsd.port.mk>