aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/qt5-style-plugins/Makefile
blob: 4d9dcf876d0c46e5cf36a9c0590e0feb9acb7e65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Marie Loise Nolden <nolden@kde.org>
# $FreeBSD$

PORTNAME=   qt5-style-plugins
PORTVERSION=    5.0.0
CATEGORIES= x11-themes
MASTER_SITES=   QT/community_releases/additional_qt_src_pkgs/
DISTNAME=   qtstyleplugins-src-${PORTVERSION}
DIST_SUBDIR=    KDE/Qt/addons

MAINTAINER= kde@FreeBSD.org
COMMENT=    Additional Styles for Qt 5 and KDE

LICENSE=    LGPL21

USES=       qmake
USE_QT5=    buildtools_build core gui widgets
USE_GL+=    gl

WRKSRC=     ${WRKDIR}/qtstyleplugins-src-${PORTVERSION}

.include <bsd.port.mk>