pkgsrc/sysutils/xfce4-battery-plugin/Makefile
youri 6c634c2858 Update xfce4-battery-plugin to 1.1.0:
1.1.0 (2016/11/01):
===================
* Fix progressbar css styling with Gtk 3.20
* Set min-width/height to 4px
2017-06-20 21:26:54 +00:00

24 lines
873 B
Makefile

# $NetBSD: Makefile,v 1.42 2017/06/20 21:26:54 youri Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 1.1.0
DISTNAME= xfce4-battery-plugin-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/
HOMEPAGE= http://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin
COMMENT= Xfce battery monitor plugin
# On NetBSD/sparc64, apmvar.h is not exist in /usr/include/machine.
# Reported in PR port-sparc64/36735.
.if ${OPSYS} == "NetBSD" && \
(!exists(/usr/include/machine/apmvar.h) && \
!exists(/usr/include/dev/apm/apmio.h) && \
!exists(/usr/include/sparc/apmio.h))
PKG_FAIL_REASON+= "APM is not available on ${MACHINE_PLATFORM}."
.endif
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"