freebsd-ports/x11-themes/Kvantum/Makefile
Alexandre C. Guimarães 29f41f3db5 x11-themes/Kvantum: Update to 0.15.1
Approved by:	tcberner (mentor, implicit)
2020-03-18 21:04:32 +00:00

29 lines
546 B
Makefile

# $FreeBSD$
PORTNAME= Kvantum
DISTVERSIONPREFIX= V
DISTVERSION= 0.15.1
CATEGORIES= x11-themes
PKGNAMESUFFIX= -qt5
MAINTAINER= rigoletto@FreeBSD.org
COMMENT= SVG-based theme engine for Qt, KDE and LXQt
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>