c4dca5d787
2019-11-30 Paul Hardy <unifoundry@unifoundry.com> * Version 12.1.04 * font/Makefile: - Added variable PLANE_2_HEX to hold name of Plane 2 .hex file. - bigpic: Generate large unifont_plane2-$(VERSION).bmp file (this is very sparse, but added for the sake of completeness). - bmp: Generate Plane 2 BMP files, generate compiled/plane02.html. - distclean: add invoking distclean target in font/plane00csur. - png: Generate Plane 2 PNG files, generate compiled/plane02.html. - precompiled: added unifont_jp-$(VERSION).bdf.gz. * font/plane00/unifont-base.hex: - Added two missing dots to Syriac glyph U+08BA. Submitted by David Corbett (Savannah bug 57273). - Added descending lines to coffin (U+26B0) so it looks more 3D. * font/plane01/plane01.hex: - Removed dotted circles in Adlam (U+1E900..U+1E95F) (Savannah bug 56751). - Removed dotted circles in Nyiakeng Puachue Hmong (U+1E100..U+1E14F) (Savannah bug 56753). - David Corbett improved some Duployan glyphs (U+1BC00..U+1BC9F) (Savannah bug 56772). - Lowered Somboyo glyph U+11A9A as it is not a combining glyph. Submitted by David Corbett (Savannah bug 56773). - Removed stray pixels in three Soyombo glyphs (U+11A52, U+11A53, and U+11A5B) (Savannah bug 57250).
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2019/12/30 13:13:08 mef Exp $
|
|
|
|
DISTNAME= unifont-12.1.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
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
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"
|