openbsd-ports/fonts/hanazono/Makefile
2022-03-11 19:00:15 +00:00

28 lines
602 B
Makefile

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 = 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>