mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
b0ea0642ac
and only on, armv6. Confirmed by local testing. Submitted by: manu Approved by: portmgr (tier-2 blanket)
20 lines
502 B
Makefile
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>
|