aboutsummaryrefslogtreecommitdiff
path: root/www/qt5-webglplugin/Makefile
blob: b6d680a5bd674e8ad73d2c3399e56aa8527652bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	webglplugin
DISTVERSION=	${QT5_VERSION}
PORTREVISION=	1
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

.include <bsd.port.mk>