GARNAME = ttf-bitstream-vera
GARVERSION = 1.10
CATEGORIES = bootstrap
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

MASTER_SITES = ftp://ftp.gnome.org/pub/gnome/sources/ttf-bitstream-vera/1.10/ http://ftp.linux.org.uk/mirrors/ftp.gnome.org/sources/ttf-bitstream-vera/1.10/

DESCRIPTION = Free font

INSTALL_SCRIPTS = custom

FONTSDIR = $(datadir)/fonts/truetype

include ../category.mk

install-custom:
	@install -d $(FONTSDIR)
	@install -m 644 $(WORKSRC)/*.ttf $(FONTSDIR)
	@$(MAKECOOKIE)
