GARNAME = anjuta
GARVERSION = 2.4.1
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/glib platform/libglade platform/libgnome platform/libgnomeui desktop/libgnomeprint desktop/libgnomeprintui platform/gnome-vfs platform/GConf desktop/vte platform/libxml2 platform/pango hacker-tools/glade3 hacker-tools/gdl hacker-tools/gnome-build desktop/gtksourceview-2 desktop/libwnck

DESCRIPTION = anjuta
define BLURB
Anjuta DevStudio is a versatile Integrated Development Environment (IDE)
on GNOME Desktop Environment and features a number of advanced
programming facilities. These include project management, application and
class wizards, an on-board interactive debugger, powerful source editor,
syntax highlighting, intellisense autocompletions, symbol navigation,
version controls, integrated GUI designing and other tools.
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --enable-plugin-devhelp --disable-plugin-glade

include ../category.mk
