mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
29 lines
549 B
Makefile
29 lines
549 B
Makefile
PORTNAME= Kvantum
|
|
DISTVERSIONPREFIX= V
|
|
DISTVERSION= 0.20.0
|
|
PORTREVISION= 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>
|