GARNAME = gnome-system-monitor
GARVERSION = 2.14.5
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/libgnomeui desktop/libgtop desktop/libwnck
LIBDEPS += $(shell if test -e ../libgnomesu; then echo desktop/libgnomesu; fi)

DESCRIPTION = gnome-system-monitor
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
