blob: 09fe13b260a4def591b05251560bf1a454031b7a (
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= 1
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>
|