a25eafc3bc
Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= remoteobjects
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt5 SXCML module
|
|
|
|
USES= compiler:c++11-lang gl qmake qt-dist:5
|
|
USE_GL= gl
|
|
USE_QT= core declarative network \
|
|
buildtools_build
|
|
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
|
|
|
QT_BINARIES= yes
|
|
|
|
.include <bsd.port.mk>
|