GARNAME = bluefish
GARVERSION = 1.0.4
CATEGORIES = fifth-toe
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES = http://bluefish.mrball.net/downloads/

LIBDEPS = platform/gtk+

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

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

CONFIGURE_ARGS = $(DIRPATHS) --with-gnome2-prefix=$(sharedstatedir) --with-icon-path=$(sharedstatedir)/pixmaps --with-gnome1-menu=$(sharedstatedir)/gnome/apps --with-freedesktop_org-menu=$(sharedstatedir)/applications --with-freedesktop_org-mime=$(sharedstatedir)/mime --without-gnome2_4-mime --without-gnome2_4-appreg

include ../category.mk
