93b90c42e3
All the qt5-ports share the same library directory. devel/qt5-core is dependet on by all others. So there is no need to add identical entries to libdata/ldconfig, and restart the ldconfig service on every pkg change of those ports. Reported by: bapt Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D27224
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# $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>
|