aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/Kvantum/Makefile
blob: 65f25dd6e18de9c9674a48e747215af23cc24ed6 (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
PORTNAME=	Kvantum
DISTVERSIONPREFIX=	V
DISTVERSION=	1.0.9
CATEGORIES=	x11-themes
PKGNAMESUFFIX=	-qt5

MAINTAINER=	rigoletto@FreeBSD.org
COMMENT=	SVG-based theme engine for Qt, KDE and LXQt
WWW=		https://github.com/tsujan/Kvantum

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c++11-lang gl kde:5 qmake qt:5 xorg

USE_GITHUB=	yes
GH_ACCOUNT=	tsujan

USE_GL=		gl
USE_LDCONFIG=	yes
USE_KDE=	windowsystem
USE_QT=		core gui svg widgets x11extras \
		buildtools:build linguisttools:build
USE_XORG=	x11 xext

WRKSRC_SUBDIR=	${PORTNAME}

.include <bsd.port.mk>