Announcement: https://www.qt.io/blog/qt-5.13.2-released Thanks to kai@ for updating webengine. PR: 241649 Exp-run by: antoine
16 lines
421 B
Makefile
16 lines
421 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphicaleffects
|
|
DISTVERSION= ${QT5_VERSION}
|
|
CATEGORIES= graphics
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt Quick graphical effects
|
|
|
|
BROKEN_armv6= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
|
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,graphicaleffects
|
|
USE_QT= buildtools_build core declarative gui
|
|
|
|
.include <bsd.port.mk>
|