freebsd-ports/x11-themes/qgnomeplatform/Makefile
Max Brazhnikov 855dc1f045 Add new port x11-themes/qgnomeplatform:
Qt 5 Platform Theme designed to fit into GNOME.

PR:		248371
Submitted by:	Greg V
2020-12-17 21:24:03 +00:00

28 lines
626 B
Makefile

# $FreeBSD$
PORTNAME= qgnomeplatform
DISTVERSION= 0.6.1-8
DISTVERSIONSUFFIX= -g53d7924
CATEGORIES= x11-themes
MAINTAINER= greg@unrelenting.technology
COMMENT= Qt 5 Platform Theme designed to fit into GNOME
LICENSE= LGPL21
LIB_DEPENDS= libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon \
libharfbuzz.so:print/harfbuzz
USES= compiler:c++11-lang gl gnome pkgconfig qmake:outsource qt:5 xorg
USE_GL= gl
USE_GNOME= gtk30 cairo gdkpixbuf2
USE_QT= buildtools_build core gui widgets dbus wayland
USE_XORG= x11
USE_GITHUB= yes
GH_ACCOUNT= FedoraQt
GH_PROJECT= QGnomePlatform
.include <bsd.port.mk>