6c9c47f678
2022-03-06: Release 14.0.02 * Minor glyph fixes. * Added creation of unifont_jp-14.0.02.bmp, showing the Japanese version of Plane 0 glyphs.
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.28 2022/03/14 14:06:27 wiz Exp $
|
|
|
|
DISTNAME= unifont-14.0.02
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= https://unifoundry.com/pub/unifont/${DISTNAME}/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://unifoundry.com/unifont/
|
|
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"
|