freebsd-ports/graphics/qt5-graphicaleffects/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

14 lines
408 B
Makefile

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>