19 lines
515 B
Makefile
19 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.23 2021/12/08 16:07:11 adam Exp $
|
|
|
|
DISTNAME= qqc2-desktop-style-${KF5VER}
|
|
PKGREVISION= 2
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Style for Qt Quick Controls 2 to make it follow your desktop theme
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../graphics/kiconthemes/buildlink3.mk"
|
|
.include "../../x11/kirigami2/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|