aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/qt5-style-plugins/Makefile
blob: 49a3a296b26f818ffe25bf3f5deb9b98c9662dba (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
27
28
29
# Created by: Marie Loise Nolden <loise@kde.org>

PORTNAME=	qt5-style-plugins
DISTVERSIONPREFIX=	v
DISTVERSION=	5.0.0-23
DISTVERSIONSUFFIX=	-g335dbe
PORTREVISION=	10
CATEGORIES=	x11-themes
DIST_SUBDIR=	KDE/Qt/addons

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

LICENSE=	LGPL21

LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

USES=		compiler:c++11-lang gettext-runtime gl gnome pkgconfig qmake \
		qt:5 xorg
USE_GITHUB=	yes
GH_ACCOUNT=	qt
GH_PROJECT=	qtstyleplugins
USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango
USE_QT=		core dbus gui widgets buildtools_build
USE_GL=		gl
USE_XORG=	x11 xext

.include <bsd.port.mk>