freebsd-ports/chinese/moefonts-cid/pkg-req
Kevin Lo bbe8ef209a Import moefonts-cid, which is MOE CIDFonts converted by Adobe.
PR: 21703
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-03 15:43:11 +00:00

14 lines
310 B
Bash

#!/bin/sh
if [ "$2" != "INSTALL" ]; then
exit 0
fi
if [ ! -f /usr/local/share/ghostscript/6.01/lib/Fontmap.GS ]; then
echo ===
echo You do not have Ghostscript 6.01 installed!
echo
echo This port is specifically for version 6.01 or later, for
echo it fixes many bugs wrt. CIDFonts.
echo ===
fi