pkgsrc/sysutils/xfce4-systemload-plugin/Makefile
wiz 92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00

23 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.18 2010/06/13 22:45:26 wiz Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../meta-pkgs/xfce4/Makefile.common"
XFCE4_VERSION= 0.4.2
DISTNAME= xfce4-systemload-plugin-${XFCE4_VERSION}
#PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-systemload-plugin/
COMMENT= Xfce system load plugin
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"
MAKE_ENV+= OS_LIBS=-lkinfo
.endif
.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"