1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/x11-toolkits/qt5-quickcontrols2/Makefile
Mark Linimon b0ea0642ac Actually I misread manu's email message. These ports are still broken on,
and only on, armv6.  Confirmed by local testing.

Submitted by:	manu
Approved by:	portmgr (tier-2 blanket)
2018-07-08 01:51:36 +00:00

20 lines
502 B
Makefile

# $FreeBSD$
PORTNAME= quickcontrols2
DISTVERSION= ${QT5_VERSION}
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Set of controls for building complete interfaces in Qt Quick
BROKEN_armv6= fails to install: pkg-static: Unable to access file DayOfWeekRow.qmlc: No such file or directory
USES= qmake:norecursive qt-dist:5
USE_QT= core gui qml quick widgets \
buildtools_build
QT_DIST= ${PORTNAME}
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>