freebsd-ports/x11-toolkits/qt5-declarative/Makefile
Tijl Coosemans 5d6bb15d73 Qt 5.3 removed runtime detection of SSE2 so it needs to be configured
with -no-sse2 at buildtime on i386.

PR:		198738, 200258
Reported by:	sasamotikomi@gmail.com
Approved by:	maintainer timeout (2 weeks)
2015-05-24 16:41:16 +00:00

24 lines
595 B
Makefile

# $FreeBSD$
PORTNAME= declarative
DISTVERSION= ${QT5_VERSION}
PORTREVISION= 1
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt 4-compatible declarative UI framework
USE_QT5= core designer gui network opengl script sql webkit \
widgets xmlpatterns buildtools_build
QT_DIST= quick1
USES= qmake
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
# qt5logo.png is installed by qt5-widgets.
DESKTOP_ENTRIES="Qt 5 QML viewer" "" \
"${QT_PREFIX}/share/pixmaps/qt5logo.png" \
"${PREFIX}/${QT_BINDIR_REL}/qmlviewer" \
"Development;Qt;" true
.include <bsd.port.mk>