bentley 8dd9fe1dd6 Update to noto-emoji-20200408, supporting Unicode 12.1.
Google, having their priorities entirely in order, regularly tags
releases of Noto Emoji, and rarely bothers creating releases of Noto's
other less important Unicode ranges.
2020-06-09 09:35:59 +00:00

15 lines
317 B
Makefile

# $OpenBSD: Makefile,v 1.5 2020/06/09 09:35:59 bentley Exp $
COMMENT = emoji fonts for the noto font family
NOTO_PROJECT = emoji
V = 2020-04-08
GH_TAGNAME = v$V-unicode12_1
do-install:
${INSTALL_DATA_DIR} ${NOTO_INSTALLDIR}
${INSTALL_DATA} ${WRKDIST}/fonts/*.ttf ${NOTO_INSTALLDIR}
.include <bsd.port.mk>