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

MASTER_SITES = http://download.gnome.org/sources/f-spot/0.3/

LIBDEPS = mono/gtk-sharp2.0 mono/gnome-sharp

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 Address.cs-; fi; \
	$(SED) -e 's?/var/?$(localstatedir)/?' Address.cs- > Address.cs
	$(MAKECOOKIE)
