- There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751
17 lines
437 B
Makefile
17 lines
437 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= graphicaleffects
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
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>
|