pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile

23 lines
516 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2007/04/12 09:55:13 martti Exp $
2004-06-21 08:06:11 +02:00
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.3.0
2004-06-21 08:06:11 +02:00
DISTNAME= xfce4-cpugraph-plugin-${XFCE4_VERSION}
#PKGREVISION= 1
2004-06-21 08:06:11 +02:00
CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-cpugraph-plugin/
COMMENT= Xfce CPU load plugin
2004-06-21 08:06:11 +02:00
USE_TOOLS+= intltool
2004-06-21 08:06:11 +02:00
2007-01-20 13:18:31 +01:00
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"
MAKE_ENV+= OS_LIBS=-lkinfo
.endif
2004-06-21 08:06:11 +02:00
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"