aboutsummaryrefslogtreecommitdiff
path: root/graphics/qt5-graphicaleffects/Makefile
blob: a5c69867362dd33f7f4330f458e7473b8755d066 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	graphicaleffects
DISTVERSION=	${QT5_VERSION}
PORTREVISION=	2
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>