blob: 86b8a05ce930dbbc77b4598edcffb50879c126bb (
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>
# $FreeBSD$
PORTNAME= qt5-style-plugins
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.0-23
PORTREVISION= 3
DISTVERSIONSUFFIX= -g335dbe
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 pkgconfig qmake qt:5
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>
|