GARNAME = freetype
GARVERSION = 2.3.0
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES = http://download.savannah.gnu.org/releases/freetype/

DESCRIPTION = freetype
define BLURB
FreeType 2 is a software font engine that is designed to be small, efficient, 
highly customizable, and portable while capable of producing high-quality 
output (glyph images). It can be used in graphics libraries, display servers, 
font conversion tools, text image generation tools, and many other products as well.
endef

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

CONFIGURE_ENV = GNUMAKE="$(MAKE)"
CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk
