aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-std
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-01 02:55:55 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-01 02:55:55 +0000
commitc5045d2bd165bab8ebed62c2ac12b7b517cca3e2 (patch)
tree6235db990f1ba13ad21530050978a5897924d399 /japanese/font-std
parent41d078d1586e02cfa2a6dbd09a228f02f87e3ff9 (diff)
downloadports-c5045d2bd165bab8ebed62c2ac12b7b517cca3e2.tar.gz
ports-c5045d2bd165bab8ebed62c2ac12b7b517cca3e2.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.
Notes
Notes: svn path=/head/; revision=316982
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}