GARNAME = evince
GARVERSION = 2.20.1
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = freedesktop/poppler platform/gtk+ platform/gnome-vfs platform/libgnomeui desktop/gnome-doc-utils

DESCRIPTION = evince
define BLURB
Evince is a document viewer for multiple document formats like pdf, postscript,
and many others. The goal of evince is to replace the multiple document viewers 
that exist on the GNOME Desktop, like ggv, gpdf, and xpdf with a 
single simple application.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
