pkgsrc/fonts/raleway-ttf/Makefile
wiz a4ee5dbf41 Import raleway-ttf-0.0.2016830 as fonts/raleway-ttf.
Raleway is an elegant sans-serif typeface family.

Initially designed by Matt McInerney as a single thin weight, it
was expanded into a 9 weight family by Pablo Impallari and Rodrigo
Fuenzalida in 2012 and iKerned by Igino Marini. In 2013 the Italics
where added.

It is a display face and the download features both old style and
lining numerals, standard and discretionary ligatures, a pretty
complete set of diacritics, as well as a stylistic alternate inspired
by more geometric sans-serif typefaces than its neo-grotesque
inspired default character set.
2016-10-18 12:57:04 +00:00

29 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/10/18 12:57:04 wiz Exp $
DISTNAME= Raleway-0.0.2016830
PKGNAME= ${DISTNAME:S/Raleway/raleway-ttf/}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=impallari/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/impallari/Raleway
COMMENT= Elegant sans-serif typeface family
LICENSE= ofl-v1.1
GITHUB_PROJECT= Raleway
GITHUB_TAG= fa27f47b087fc093c6ae11cfdeb3999ac602929a
EXTRACT_USING= bsdtar
USE_TOOLS+= bsdtar
NO_BUILD= yes
USE_LANGUAGES= # none
FONTSDIR= share/fonts/X11/TTF
INSTALLATION_DIRS= ${FONTSDIR}
do-install:
${INSTALL_DATA} ${WRKSRC}/fonts/*/*.ttf ${WRKSRC}/fonts/*/*.otf ${DESTDIR}/${PREFIX}/${FONTSDIR}
.include "../../mk/bsd.pkg.mk"