GARNAME = fontconfig
GARVERSION = 2.3.93
CATEGORIES = freedesktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://www.fontconfig.org/release/

LIBDEPS = bootstrap/freetype

# OSX requires expat and dlcompat as depends here

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

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

CONFIGURE_ARGS = $(DIRPATHS) --with-confdir=$(sysconfdir)/fonts --with-add-fonts=$(sharedstatedir)/fonts/truetype,/usr/lib/X11/fonts --disable-docs

include ../category.mk
