a7d40aac62
2016-12-22 Paul Hardy <unifoundry@unifoundry.com> * Version: 9.0.06. * Makefiles, src/unifontpic.c - changed version number to 9.0.06. * font/plane00/unifont-base.hex: - U+22F5: Added missing dot; thanks to Johnnie Weaver for noticing this error. * font/plane01/plane01.hex: - Osage: Glyphs U+0104D9 and U+0104DA were swapped; Johnnie Weaver corrected them. Shifted glyphs that were 7 pixels wide left one pixel to line up on the leftmost column. * font/plane0Fcsur/plane0Fcsur.hex: - Pikto: Paul Hardy modified about 50 glyphs to improve shapes.
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.9 2017/01/01 15:38:11 wiz Exp $
|
|
|
|
DISTNAME= unifont-9.0.06
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= http://unifoundry.com/pub/${DISTNAME}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://unifoundry.com/unifont.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/unipng2hex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|