You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-construct/misc/ttf-bitstream-vera/Makefile

20 lines
490 B

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)