aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt5-declarative/Makefile
blob: cab5971a70bca3439e30df56bddd145be12731b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=   declarative
DISTVERSION=    5.5.1  # QtQuick1 was last released with Qt 5.5.
CATEGORIES= x11-toolkits
PKGNAMEPREFIX=  qt5-

MAINTAINER= kde@FreeBSD.org
COMMENT=    Qt 4-compatible declarative UI framework

DISTINFO_FILE=  ${MASTERDIR}/distinfo
QT5_VERSION=    ${DISTVERSION}

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" "" \
        "${PREFIX}/share/pixmaps/qt5logo.png" \
        "${PREFIX}/${QT_BINDIR_REL}/qmlviewer" \
        "Development;Qt;" true

.include <bsd.port.mk>