pkgsrc/fonts/Hack-ttf/Makefile
mef 639953b2c3 Updated fonts/Hack-ttf to 2.020
-------------------------------
From: https://github.com/chrissimpkins/Hack/blob/master/CHANGELOG.md
Version 2.020
    divided the vertical stroke in the pipe glyph (U+007C), italic and bold italic sets
    modified U+007C hints in TrueType builds at 6, 7, 10, 11, 12, 13, 14 ppem italic set
    modified U+007C hints in TrueType builds at 6, 7, 10, 14 ppem bold italic set
    modified slant angle and stroke length (U+005C), italic and bold italic sets
    centered U+007C and U+005C, all sets
    modified zero (U+0030) oval fill hints in regular set
    added Powerline glyphs to the bold, italic, and bold italic sets
    U+2502 upper terminal to 1950, lower terminal to -530, all sets
    U+2503 upper terminal to 1950, lower terminal to -530, all sets
    U+250C lower terminal to -530, all sets
     ... (more too many lines ommitted) ...
2017-05-06 00:56:50 +00:00

27 lines
683 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/05/06 00:56:50 mef Exp $
DISTNAME= Hack-v2_020-ttf
PKGNAME= Hack-ttf-2.020
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=chrissimpkins/}
GITHUB_PROJECT= Hack
GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourcefoundry.org/hack/
COMMENT= Typeface designed for source code
LICENSE= vera-ttf-license AND ofl-v1.1 # with modifications
USE_LANGUAGES= # none
NO_BUILD= yes
WRKSRC= ${WRKDIR}
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= ${FONTS_DIRS.ttf}
do-install:
${INSTALL_DATA} ${WRKSRC}/*ttf ${DESTDIR}/${FONTS_DIRS.ttf}
.include "../../mk/bsd.pkg.mk"