pkgsrc/fonts/sourcesans-fonts/Makefile
ryoon 1afe4d4da3 Update to 2.020
* Many improvements from 1.0.38

The latest changelog:
Roman fonts version 2.020 and Italic fonts version 1.075 (OTF, TTF, WOFF, WOFF2, EOT)

    Changed vendor ID to ADBO. (issue #52)
    Updated x-height measurements in all fonts. (issue #57)
    Updated name table to remove full license text from binary font files.
    Removed NULL (U+0000) and CR (U+000D) glyphs from TrueType fonts.

The following changes only apply to the Italic fonts:

    Updated right side bearing of quotedblbase and kerning of baseline quotes. (issue #49)
    Added narrow no-break space (U+202F).
    Moved fi and fl ligatures to the end of glyph order.
2017-01-14 11:47:11 +00:00

26 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/01/14 11:47:11 ryoon Exp $
DISTNAME= source-sans-pro-2.020R-ro-1.075R-it
PKGNAME= sourcesans-fonts-2.020
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=adobe-fonts/}
GITHUB_PROJECT= source-sans-pro
GITHUB_TAG= 2.020R-ro/1.075R-it
EXTRACT_SUFX= .tar.gz
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= https://adobe-fonts.github.io/source-sans-pro/
COMMENT= Set of OpenType fonts designed for user interfaces from Adobe
LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}/${DISTNAME:S|/|-|}
USE_LANGUAGES= # none
NO_BUILD= yes
FONTS_DIR= ${PREFIX}/share/fonts/sourcesans
INSTALLATION_DIRS= share/fonts/sourcesans
do-install:
${INSTALL_DATA} ${WRKSRC}/OTF/*.otf ${DESTDIR}${FONTS_DIR}
.include "../../mk/bsd.pkg.mk"