ba58b08846
10 months of patches/updates.
20 lines
495 B
Makefile
20 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.30 2021/03/30 10:58:25 markd Exp $
|
|
|
|
DISTNAME= kimageformats-${KF5VER}
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Image format plugins for Qt5
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kde/kf5.mk"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# C++14 (openexr)
|
|
GCC_REQD+= 6
|
|
|
|
.include "../../archivers/karchive/buildlink3.mk"
|
|
.include "../../graphics/openexr/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|