GARNAME = f-spot
GARVERSION = 0.2.2
CATEGORIES = mono
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = mono/gtk-sharp2.0 geektoys/libexif

DESCRIPTION = f-spot
MAINTAINER = Joseph Sacco <joseph_sacco@comcast.net>
define BLURB
F-Spot is a full-featured personal photo management 
application for the GNOME desktop
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

pre-configure:
	@cd $(WORKSRC)/dbus-sharp; \
	if [ ! -f Address.cs- ]; then mv Address.cs{,-}; fi; \
	$(SED) -e 's?/var/?$(localstatedir)/?' Address.cs- > Address.cs
	$(MAKECOOKIE)
