18 lines
486 B
Makefile
18 lines
486 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/02/12 06:25:29 ryoon Exp $
|
|
|
|
DISTNAME= kimageformats-${KF5VER}
|
|
PKGREVISION= 3
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://community.kde.org/Frameworks
|
|
COMMENT= Image format plugins for Qt5
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
.include "../../meta-pkgs/kf5/Makefile.common"
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../archivers/karchive/buildlink3.mk"
|
|
.include "../../graphics/openexr/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|