GARNAME = gnome-screensaver
GARVERSION = 2.16.2
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/gtk+ platform/libgnomeui freedesktop/dbus

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

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

CONFIGURE_ARGS = $(DIRPATHS) --with-pam-prefix=$(sysconfdir)

include ../category.mk

post-install:
	@echo "GARNOME will *not* install files into system directories."
	@echo "To complete installation a soft link must be created: "
	@echo "  ln -s $(sysconfdir)/pam.d/gnome-screensaver /etc/pam.d"
	@$(MAKECOOKIE)
