pkgsrc/fonts/lato-ttf/Makefile
wiz 58dac65f90 Import lato-ttf-2.015 as fonts/lato-ttf.
Lato is a sans-serif typeface family designed in the Summer 2010 by
Warsaw-based designer Lukasz Dziedzic ("Lato" means "Summer" in
Polish). In December 2010 the Lato family was published under the
open-source Open Font License by his foundry tyPoland, with support
from Google.

In 2013-2014, the family was greatly extended to cover 3000+ glyphs
per style. The Lato 2.010 family now supports 100+ Latin-based
languages, 50+ Cyrillic-based languages as well as Greek and IPA
phonetics. In the process, the metrics and kerning of the family
have been revised and four additional weights were created.
2016-10-22 08:01:43 +00:00

26 lines
654 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/10/22 08:01:43 wiz Exp $
DISTNAME= Lato2OFL
PKGNAME= lato-ttf-2.015
CATEGORIES= fonts
MASTER_SITES= http://www.latofonts.com/download/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.latofonts.com/lato-free-fonts/
COMMENT= Free Sans Serif font Lato by Lukasz Dziedzic
LICENSE= ofl-v1.1
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}/Lato2OFL
USE_LANGUAGES= # none
NO_BUILD= yes
INSTALLATION_DIRS= share/fonts/X11/TTF
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
do-install:
cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
.include "../../mk/bsd.pkg.mk"