blob: c535e669f07949679e35a85e232300d345226a35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.38 2018/11/14 22:22:32 kleink Exp $
#
PKGREVISION= 3
.include "../../meta-pkgs/xfce4/Makefile.common"
DISTNAME= xfce4-timer-plugin-1.7.0
CATEGORIES= time
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-timer-plugin/1.7/
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin
COMMENT= Xfce4 timer plugin
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|