aboutsummaryrefslogtreecommitdiff
path: root/chinese/moefonts-cid/pkg-install
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-10-03 15:43:11 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-10-03 15:43:11 +0000
commitbbe8ef209a8a4937ba33f6b567f2f143bcc4497f (patch)
tree0f356561f02de1215ec7e8883ad842ed8018160a /chinese/moefonts-cid/pkg-install
parentaf715b463b3f24c3f7d87fe360d110fc987464bc (diff)
downloadports-bbe8ef209a8a4937ba33f6b567f2f143bcc4497f.tar.gz
ports-bbe8ef209a8a4937ba33f6b567f2f143bcc4497f.zip
Notes
Diffstat (limited to 'chinese/moefonts-cid/pkg-install')
-rw-r--r--chinese/moefonts-cid/pkg-install15
1 files changed, 15 insertions, 0 deletions
diff --git a/chinese/moefonts-cid/pkg-install b/chinese/moefonts-cid/pkg-install
new file mode 100644
index 000000000000..117b7118e9dd
--- /dev/null
+++ b/chinese/moefonts-cid/pkg-install
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+GSVER=6.01
+GSDIR=${PKG_PREFIX}/share/ghostscript
+FONTMAP=${GSDIR}/${GSVER}/lib/Fontmap.GS
+
+# Run just once.
+if [ "x$2" != "xPOST-INSTALL" ]; then
+ exit 0
+fi
+
+echo "/MOEKai-Regular-ETen-B5-H (MOEKai-Regular-ETen-B5-H.gsf) ;" >> ${FONTMAP}
+echo "/MOEKai-Regular-ETen-B5-V (MOEKai-Regular-ETen-B5-V.gsf) ;" >> ${FONTMAP}
+echo "/MOESung-Regular-ETen-B5-H (MOESung-Regular-ETen-B5-H.gsf) ;" >> ${FONTMAP}
+echo "/MOESung-Regular-ETen-B5-V (MOESung-Regular-ETen-B5-V.gsf) ;" >> ${FONTMAP}