pkgsrc-wip/kdecoration/Makefile
Mark Davies f66406bb0d kdecoration: Add kdecoration 5.6.3
KDecoration2 is a library to create window decorations. These window decorations
can be used by for example an X11 based window manager which re-parents a Client
window to a window decoration frame.

The library consists of two parts:
* Decoration API for implementing a Decoration theme
* Private API to implement the backend part (e.g. from Window Manager side)
2016-05-09 23:06:25 +12:00

13 lines
365 B
Makefile

# $NetBSD: Makefile,v 1.25 2016/01/10 20:01:05 markd Exp $
DISTNAME= kdecoration-${PLASMAVER}
CATEGORIES= x11
HOMEPAGE= https://www.kde.org/workspaces/plasmadesktop/
COMMENT= Plugin based library to create window decorations
LICENSE= gnu-lgpl-v2.1
.include "../../wip/kde5/plasma.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"