mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
Announcement: https://www.qt.io/blog/qt-5.13.2-released Thanks to kai@ for updating webengine. PR: 241649 Exp-run by: antoine
17 lines
337 B
Makefile
17 lines
337 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}
|
|
|
|
.include <bsd.port.mk>
|