blob: 88970a8db6007e26a8ae4fac993bf735554ced7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Marie Loise Nolden <nolden@kde.org>
# $FreeBSD$
PORTNAME= qt5-style-plugins
PORTVERSION= 5.0.0
PORTREVISION= 2
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 qt:5
USE_QT= buildtools_build core gui widgets
USE_GL+= gl
WRKSRC= ${WRKDIR}/qtstyleplugins-src-${PORTVERSION}
.include <bsd.port.mk>
|