2014-03-03 17:50:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= graphicaleffects
|
|
|
|
DISTVERSION= ${QT5_VERSION}
|
2018-11-04 20:00:53 +01:00
|
|
|
PORTREVISION= 1
|
2014-03-03 17:50:32 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Qt Quick graphical effects
|
|
|
|
|
2018-07-08 03:51:36 +02:00
|
|
|
BROKEN_armv6= fails to install: pkg-static: Unable to access file DropShadowBase.qmlc: No such file or directory
|
|
|
|
|
2018-10-20 18:42:46 +02:00
|
|
|
USES= compiler:c++11-lang qmake qt-dist:5,graphicaleffects
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= buildtools_build core declarative gui
|
2014-03-03 17:50:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|