GARNAME = howl
GARVERSION = 0.9.10
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PATCHFILES = gar-base.diff

MASTER_SITES = http://www.porchdogsoft.com/download/

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

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

CONFIGURE_ARGS = $(DIRPATHS)
BUILD_ARGS = -j1

include ../category.mk

CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--disable-static,--enable-static,')

post-install:
# do some post install shifting to keep gnome-vfs happy :)
	@cp -arf $(includedir)/$(GARNAME) $(includedir)/$(GARNAME)-$(GARVERSION)
	@rm -rf $(includedir)/$(GARNAME)
