GARNAME = screem
GARVERSION = 0.17.1
CATEGORIES = geektoys
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = screem-preview.c-disable-mozilla.diff

MASTER_SITES = http://download.sourceforge.net/screem/

LIBDEPS = desktop/gtksourceview desktop/libgnomeprintui office/enchant

DESCRIPTION = screem
define BLURB
 #FIXME: blurb goes here
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --enable-enchant #--enable-mozilla

include ../category.mk

CC := $(shell echo $(CC) | sed -e 's/ccache //g')
CXX := $(shell echo $(CXX) | sed -e 's/ccache //g')
