openbsd-ports/fonts/noto/emoji/Makefile
bentley a9907be7de Update to noto-fonts-20201206 and noto-emoji-20211101.
Changes primarily include better emoji support and several additional
Unicode ranges.

Original diff from Yifei Zhan; thanks!

ok sthen@ bket@
2022-03-21 13:20:38 +00:00

17 lines
385 B
Makefile

COMMENT = emoji fonts for the noto font family
NOTO_PROJECT = emoji
# use date as version number for consistency with other noto fonts
V = 2021-11-01
GH_TAGNAME = v2.034
pre-install:
rm ${WRKDIST}/fonts/NotoColorEmoji_WindowsCompatible.ttf
do-install:
${INSTALL_DATA_DIR} ${NOTO_INSTALLDIR}
${INSTALL_DATA} ${WRKDIST}/fonts/*.ttf ${NOTO_INSTALLDIR}
.include <bsd.port.mk>