blob: 07969bf713c6c74d29adb28b88f8334ab741f6cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.36 2018/08/22 09:48:06 wiz Exp $
PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-eyes-plugin-4.5.0
CATEGORIES= x11
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-eyes-plugin/4.5/
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin
COMMENT= Xfce eyes plugin
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|