summaryrefslogtreecommitdiff
path: root/www/qt5-webglplugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/qt5-webglplugin/Makefile')
-rw-r--r--www/qt5-webglplugin/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/qt5-webglplugin/Makefile b/www/qt5-webglplugin/Makefile
new file mode 100644
index 000000000000..f8f0b416c139
--- /dev/null
+++ b/www/qt5-webglplugin/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= webglplugin
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= www
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt QPA plugin for running an application via a browser using streamed WebGL commands
+
+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
+ libfreetype.so:print/freetype2
+
+USES= compiler:c++11-lang gl gnome qmake:norecursive qt-dist:5
+USE_GL= gl
+USE_GNOME= glib20
+USE_QT= core dbus declarative gui network webchannel websockets \
+ buildtools_build
+USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
+
+.include <bsd.port.mk>