blob: 06a499b5dec71deebc40b47a7de4096643a158ec (
plain)
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
|
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
WWW= https://qt-project.org
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>
|