aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-graphicaleffects/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qt5-graphicaleffects/Makefile')
-rw-r--r--graphics/qt5-graphicaleffects/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/qt5-graphicaleffects/Makefile b/graphics/qt5-graphicaleffects/Makefile
new file mode 100644
index 000000000000..e2be1318e219
--- /dev/null
+++ b/graphics/qt5-graphicaleffects/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= graphicaleffects
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= graphics
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt Quick graphical effects
+
+USE_QT5= # empty
+QT_DIST= ${PORTNAME}
+USES= qmake
+NO_BUILD= yes
+
+.include <bsd.port.mk>