1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/japanese/font-std/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

43 lines
1.3 KiB
Makefile

PORTNAME= std
PORTVERSION= 0.0.20191230
CATEGORIES= japanese x11-fonts
MASTER_SITES= # empty
PKGNAMEPREFIX= ja-font-
DISTFILES= # empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= Japanese Standard Fonts
LICENSE= PD
RUN_DEPENDS= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa \
${LOCALBASE}/share/fonts/ipa/ipag.otf:japanese/font-ipa \
${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipam.ttf:japanese/font-mplus-ipa \
${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipag.ttf:japanese/font-mplus-ipa
NO_BUILD= yes
PLIST_FILES= ${STD:S,^,${FONTSDIR}/std.ja_JP/,}
DATADIR= ${PREFIX}/share/font-${PORTNAME}
FONTSDIR= share/fonts
STD= Mincho Gothic \
Ryumin-Light GothicBBB-Medium \
Ryumin-Light.gs7 GothicBBB-Medium.gs7
STD_Mincho= ${LOCALBASE}/share/fonts/ipa/ipam.otf
STD_Gothic= ${LOCALBASE}/share/fonts/ipa/ipag.otf
STD_Ryumin-Light= ${LOCALBASE}/share/fonts/ipa/ipam.otf
STD_GothicBBB-Medium= ${LOCALBASE}/share/fonts/ipa/ipag.otf
STD_Ryumin-Light.gs7= ${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipam.ttf
STD_GothicBBB-Medium.gs7= ${LOCALBASE}/share/fonts/mplus-ipa/fonts/ipag.ttf
do-fetch:
@${DO_NADA}
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/${FONTSDIR}/std.ja_JP
.for F in ${STD}
${LN} -s -f ${STD_${F}} ${STAGEDIR}${PREFIX}/${FONTSDIR}/std.ja_JP/${F}
.endfor
.include <bsd.port.mk>