pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
joerg 485c929273 Catch up with change in the plugin. Adjust configure.ac for the kinfo
check and regen it for now using autoconf. Can't figure out how to
produce a minimal diff.
2007-04-17 13:05:08 +00:00

21 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.10 2007/04/17 13:05:08 joerg Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.3.0
DISTNAME= xfce4-cpugraph-plugin-${XFCE4_VERSION}
#PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-cpugraph-plugin/
COMMENT= Xfce CPU load plugin
USE_TOOLS+= intltool autoconf
.include "../../mk/bsd.prefs.mk"
pre-configure:
cd ${WRKSRC} && autoconf
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"