Hanazono is a Ming-style Japanese font containing over 100,000 characters defined in the ISO/IEC 10646 standard / the Unicode standard. It is divided into two files: - HanaMinA.ttf, containing: - Non-kanji - CJK Unified Ideographs (URO, URO+, Ext.A) - CJK Compatibility Ideographs (with Supplement) - Kanji chars defined in JIS X 0213:2004 - IVD (with base chars in SIP) - Table of General Standard Chinese Characters - HKSCS (Hong Kong Supplementary Character Set) - CDP-EUDC - HanaMinB.ttf, containing: - CJK Unified Ideographs (Ext.B, Ext.C, Ext.D, Ext.E, Ext.F) ok rsadowski@
30 lines
674 B
Makefile
30 lines
674 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2018/01/06 04:41:56 bentley Exp $
|
|
|
|
COMMENT = Japanese Ming-style font
|
|
|
|
DISTNAME = hanazono-20170904
|
|
|
|
CATEGORIES = fonts japanese
|
|
|
|
HOMEPAGE = http://fonts.jp/hanazono/
|
|
|
|
# "Unlimited permission is granted to use, copy, and distribute it,
|
|
# with or without modification, either commercially and noncommercially."
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_OSDN_JP:=hanazono-font/68253/}
|
|
EXTRACT_SUFX = .zip
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
PKG_ARCH = *
|
|
|
|
WRKDIST = ${WRKDIR}
|
|
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/hanazono
|
|
${INSTALL_DATA} ${WRKSRC}/*.ttf ${PREFIX}/share/fonts/hanazono
|
|
|
|
.include <bsd.port.mk>
|