The WMdock plugin is a compatibility layer for running WindowMaker dockapps on he XFCE desktop. It integrates the dockapps into a panel, closely resembling the look and feel of the WindowMaker dock or clip, respectively.
16 lines
583 B
Makefile
16 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/07/31 08:41:30 youri Exp $
|
|
#
|
|
.include "../../meta-pkgs/xfce4/Makefile.common"
|
|
|
|
DISTNAME= xfce4-wmdock-plugin-0.6.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-wmdock-plugin/0.6/
|
|
|
|
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin
|
|
COMMENT= Xfce wmdock plugin
|
|
|
|
.include "../../devel/libwnck/buildlink3.mk"
|
|
.include "../../x11/libxfce4gui/buildlink3.mk"
|
|
.include "../../x11/xfce4-panel/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|