Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
19 lines
517 B
Makefile
19 lines
517 B
Makefile
PORTNAME= webglplugin
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 2
|
|
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>
|