diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-12-30 13:02:06 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-12-30 13:02:06 +0800 |
commit | cf0e164088780a704857fc90471c66b118761b7f (patch) | |
tree | e6542496f500c2dd059e67bba861afafae584142 /japanese/font-std/Makefile | |
parent | 0d08ea4d6ba28c32a11b4cf023c822703f6dde92 (diff) | |
download | freebsd-ports-gnome-cf0e164088780a704857fc90471c66b118761b7f.tar.gz freebsd-ports-gnome-cf0e164088780a704857fc90471c66b118761b7f.tar.zst freebsd-ports-gnome-cf0e164088780a704857fc90471c66b118761b7f.zip |
Update dependencies.
Diffstat (limited to 'japanese/font-std/Makefile')
-rw-r--r-- | japanese/font-std/Makefile | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/japanese/font-std/Makefile b/japanese/font-std/Makefile index d661949acc12..55bd6d2c04b8 100644 --- a/japanese/font-std/Makefile +++ b/japanese/font-std/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= std -PORTVERSION= 0.0.20130501 +PORTVERSION= 0.0.20191230 CATEGORIES= japanese x11-fonts MASTER_SITES= # empty PKGNAMEPREFIX= ja-font- @@ -10,10 +10,12 @@ DISTFILES= # empty MAINTAINER= hrs@FreeBSD.org COMMENT= Japanese Standard Fonts -RUN_DEPENDS= ${LOCALBASE}/share/font-ipa/ipam.otf:japanese/font-ipa \ - ${LOCALBASE}/share/font-ipa/ipag.otf:japanese/font-ipa \ - ${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf:japanese/font-mplus-ipa \ - ${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf:japanese/font-mplus-ipa +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/,} @@ -23,12 +25,12 @@ FONTSDIR= share/fonts STD= Mincho Gothic \ Ryumin-Light GothicBBB-Medium \ Ryumin-Light.gs7 GothicBBB-Medium.gs7 -STD_Mincho= ${LOCALBASE}/share/font-ipa/ipam.otf -STD_Gothic= ${LOCALBASE}/share/font-ipa/ipag.otf -STD_Ryumin-Light= ${LOCALBASE}/share/font-ipa/ipam.otf -STD_GothicBBB-Medium= ${LOCALBASE}/share/font-ipa/ipag.otf -STD_Ryumin-Light.gs7= ${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf -STD_GothicBBB-Medium.gs7= ${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf +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} |