2020-11-21: Release 13.0.04 * Font glyphs are now dual-licensed under the SIL Open Font License version 1.1, in addition to the GNU GPL version 2+ with the GNU Font Embedding Exception. * Many glyphs in these ranges were re-aligned so the dominant horizontal line would be positioned in row 7, counting from the bottom. Some glyphs were redrawn. - U+2190..U+21FF Arrows - U+2200..U+23FF Mathematical Operators - U+2400..U+24FF Miscellaneous Technical - U+25A0..U+25FF Geometric Shapes - APL operators such as the tacks and jot were not modified, so as not to alter alignments of glyphs that APL superimposes on each other. * U+2200..U+23FF Mathematical Operators: redrew slashes for negated operators from vertical lines to slanted lines. * Added three new Under ConScript Unicode Registry (UCSUR) Scripts: - U+EB40..U+EB5F Standard Galactic - U+EB60..U+EB9F Braille Extended - U+EBA0..U+EBDF Cistercian Numerals * Other changes listed in the ChangeLog file.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.23 2020/11/23 16:03:52 wiz Exp $
|
|
|
|
DISTNAME= unifont-13.0.04
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= http://unifoundry.com/pub/unifont/${DISTNAME}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://unifoundry.com/unifont/index.html
|
|
COMMENT= GNU Unifont - glyphs for all printable code points in Unicode 9.0 BMP
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
USE_TOOLS+= gmake perl:run
|
|
|
|
MAKE_FLAGS+= USRDIR=${PREFIX}
|
|
MAKE_FLAGS+= CONSOLEDEST=${DESTDIR}${PREFIX}/share/fonts/consolefonts
|
|
MAKE_FLAGS+= FONTDEST=${DESTDIR}${PREFIX}/share/fonts
|
|
MAKE_FLAGS+= PKGMANDIR=${PKGMANDIR}
|
|
|
|
FONTS_DIRS.ttf+= ${PREFIX}/share/fonts/truetype/unifont
|
|
FONTS_DIRS.x11+= ${PREFIX}/share/fonts/X11/misc
|
|
|
|
REPLACE_PERL+= src/bdfimplode
|
|
REPLACE_PERL+= src/hex2bdf
|
|
REPLACE_PERL+= src/hex2sfd
|
|
REPLACE_PERL+= src/hexbraille
|
|
REPLACE_PERL+= src/hexdraw
|
|
REPLACE_PERL+= src/hexkinya
|
|
REPLACE_PERL+= src/hexmerge
|
|
REPLACE_PERL+= src/johab2ucs2
|
|
REPLACE_PERL+= src/unifont-viewer
|
|
REPLACE_PERL+= src/unifontchojung
|
|
REPLACE_PERL+= src/unifontksx
|
|
REPLACE_PERL+= src/unihex2png
|
|
REPLACE_PERL+= src/unihexrotate
|
|
REPLACE_PERL+= src/unipng2hex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|