19 lines
479 B
Makefile
19 lines
479 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/08/04 17:03:38 ryoon Exp $
|
|
|
|
DISTNAME= solid-${KF5VER}
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Hardware integration and detection
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kf5/Makefile.common"
|
|
|
|
USE_TOOLS+= flex bison
|
|
|
|
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.qt5-qttools= build
|
|
.include "../../x11/qt5-qttools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|