freebsd-ports/x11-themes/qt5-style-plugins/Makefile
2020-11-06 20:28:44 +00:00

31 lines
699 B
Makefile

# Created by: Marie Loise Nolden <loise@kde.org>
# $FreeBSD$
PORTNAME= qt5-style-plugins
DISTVERSIONPREFIX= v
DISTVERSION= 5.0.0-23
DISTVERSIONSUFFIX= -g335dbe
PORTREVISION= 9
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>