e9c46ca027
as it breaks the plugin mechanism due to not being able to resolve various symbols
17 lines
433 B
Makefile
17 lines
433 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/01/24 19:06:11 markd Exp $
|
|
|
|
DISTNAME= kguiaddons-${KF5VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Addons to QtGui
|
|
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kf5/Makefile.common"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../x11/qt5-qtx11extras/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|