GARNAME = libXft
GARVERSION = 2.1.12
CATEGORIES = freedesktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES = http://xorg.freedesktop.org/archive/individual/lib/

LIBDEPS = freedesktop/fontconfig freedesktop/xrender

DESCRIPTION = libXft
define BLURB
Xft version 2.1 is the first stand alone release of Xft, a library that
connects X applications with the FreeType font rasterization library. Xft
uses fontconfig to locate fonts so it has no configuration files.
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
