- Update .ttf files to version 3.001 - Complete rewrite of the TeX metric file generation (otftotfm is now used instead of fontinst) - Support for XeLaTeX and LuaLaTeX - Drop faked smallcaps support - Fix kerning with uppercase Greek diacritics - Add "scaled" alias option - Fix OT1 encoding with slanted shape - Fix packaging according to CTAN guidelines - Fix ligatures for hyphens
15 lines
387 B
Makefile
15 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/08/06 10:56:37 markd Exp $
|
|
|
|
DISTNAME= comfortaa
|
|
PKGNAME= tex-${DISTNAME}-3.2
|
|
TEXLIVE_REV= 51461
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/comfortaa
|
|
COMMENT= Sans serif font, with LaTeX support
|
|
LICENSE= ofl-v1.1 AND lppl-1.3c
|
|
|
|
TEX_MAP_FILES+= comfortaa.map
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|