Migu is a collection of synthesized fonts, with Japanese kanji from IPA Gothic and modified character glyphs from M+. ok rsadowski@
34 lines
680 B
Makefile
34 lines
680 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2017/08/10 06:35:16 bentley Exp $
|
|
|
|
COMMENT = mixture of M+ and IPA Gothic fonts, focused on kanji
|
|
|
|
V = 20150712
|
|
PKGNAME = migu-$V
|
|
|
|
CATEGORIES = fonts
|
|
|
|
HOMEPAGE = https://mix-mplus-ipa.osdn.jp/
|
|
|
|
MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
|
|
|
|
# IPA Font License Agreement v1.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_OSDN_JP:=mix-mplus-ipa/63545/}
|
|
|
|
DISTFILES = migu-1c-$V.zip \
|
|
migu-1m-$V.zip \
|
|
migu-1p-$V.zip \
|
|
migu-2m-$V.zip
|
|
|
|
MODULES = font
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/migu
|
|
${INSTALL_DATA} ${WRKDIR}/*/*.ttf ${PREFIX}/share/fonts/migu
|
|
|
|
.include <bsd.port.mk>
|