diff options
Diffstat (limited to 'x11/frameworkintegration/Makefile')
-rw-r--r-- | x11/frameworkintegration/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/frameworkintegration/Makefile b/x11/frameworkintegration/Makefile new file mode 100644 index 00000000000..2111097919d --- /dev/null +++ b/x11/frameworkintegration/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2016/05/26 09:49:48 markd Exp $ + +DISTNAME= frameworkintegration-${KF5VER} +CATEGORIES= x11 + +HOMEPAGE= https://community.kde.org/Frameworks +COMMENT= Provide components to allow applications to integrate with a KDE Workspace +LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 + +.include "../../meta-pkgs/kf5/Makefile.common" + +DEPENDS+= noto-ttf-[0-9]*:../../fonts/noto-ttf +DEPENDS+= oxygen-fonts-[0-9]*:../../fonts/oxygen-fonts + +USE_TOOLS+= msgmerge pkg-config + +.include "../../devel/kio/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |