aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/font-std
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-05-01 10:55:55 +0800
committerhrs <hrs@FreeBSD.org>2013-05-01 10:55:55 +0800
commit586cd3cd53d83e7f0055a7eecc6e683de49a2883 (patch)
tree6235db990f1ba13ad21530050978a5897924d399 /japanese/font-std
parent6f27fc9bd4c59e6b491dae5d91155b4af19c5274 (diff)
downloadfreebsd-ports-gnome-586cd3cd53d83e7f0055a7eecc6e683de49a2883.tar.gz
freebsd-ports-gnome-586cd3cd53d83e7f0055a7eecc6e683de49a2883.tar.zst
freebsd-ports-gnome-586cd3cd53d83e7f0055a7eecc6e683de49a2883.zip
Use an old version of IPA fonts as Ryumin-Light and GothicBBB-Medium for
Ghostscript 7. This is because the latest version is not compatible with .optnttcidfont directive. The other versions of Ghostscript use the new version.
Diffstat (limited to 'japanese/font-std')
-rw-r--r--japanese/font-std/Makefile26
1 files changed, 13 insertions, 13 deletions
diff --git a/japanese/font-std/Makefile b/japanese/font-std/Makefile
index 156e9a83569b..28d2d8529070 100644
--- a/japanese/font-std/Makefile
+++ b/japanese/font-std/Makefile
@@ -1,35 +1,35 @@
-# New ports collection makefile for: font-std
-# Date created: 15 May 2009
-# Whom: hrs
-#
# $FreeBSD$
-#
-PORTNAME= font-std
-PORTVERSION= 0.0.20090602
+PORTNAME= std
+PORTVERSION= 0.0.20130501
CATEGORIES= japanese x11-fonts
MASTER_SITES= # empty
+PKGNAMEPREFIX= ja-font-
DISTFILES= # empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= Japanese Standard Fonts
RUN_DEPENDS= ${LOCALBASE}/share/font-ipa/ipam.otf:${PORTSDIR}/japanese/font-ipa \
- ${LOCALBASE}/share/font-ipa/ipag.otf:${PORTSDIR}/japanese/font-ipa
+ ${LOCALBASE}/share/font-ipa/ipag.otf:${PORTSDIR}/japanese/font-ipa \
+ ${LOCALBASE}/share/font-mplus-ipa/fonts/ipam.ttf:${PORTSDIR}/japanese/font-mplus-ipa \
+ ${LOCALBASE}/share/font-mplus-ipa/fonts/ipag.ttf:${PORTSDIR}/japanese/font-mplus-ipa
NO_BUILD= yes
-PLIST_FILES= ${FONTSDIR}/std.ja_JP/Ryumin-Light \
- ${FONTSDIR}/std.ja_JP/GothicBBB-Medium \
- ${FONTSDIR}/std.ja_JP/Mincho \
- ${FONTSDIR}/std.ja_JP/Gothic
+PLIST_FILES= ${STD:S,^,${FONTSDIR}/std.ja_JP/,}
PLIST_DIRS= ${FONTSDIR}/std.ja_JP
+DATADIR= ${PREFIX}/share/font-${PORTNAME}
FONTSDIR= share/fonts
-STD= Mincho Gothic Ryumin-Light GothicBBB-Medium
+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
do-fetch:
@${DO_NADA}