freebsd-ports/chinese/cmexfonts/files/patch-ab
Clive Lin d739331a67 This package contains the standard Big5+ Chinese Ming 24x24 bitmap font (and
a resized 16x16 bitmap font) by CMEX and DynaLab for the X Window System
(PCF). This is one of the few Big5 or Big5+ Chinese bitmap fonts on the
Internet that is DFSG-compliant.

The font was designed by DynaLab and released by CMEX as part of the
proposed Big5+ standard documentation. It was then converted to HBF and BDF
format and further modified by Wei-Lun Chao in September 1998.

Submitted by: statue@freebsd.sinica.edu.tw
Handed to me via: keichii
2001-07-30 05:52:39 +00:00

15 lines
564 B
Plaintext

--- Makefile.orig Wed Jul 25 02:41:34 2001
+++ Makefile Wed Jul 25 02:41:12 2001
@@ -0,0 +1,11 @@
+
+CFONTDIR=${PREFIX}/lib/X11/fonts/local
+
+install:
+ if [ ! -d $(CFONTDIR) ]; then mkdir $(CFONTDIR); fi
+ bdftopcf cmex16m.bdf | gzip - > cmex16m.pcf.gz
+ bdftopcf cmex24m.bdf | gzip - > cmex24m.pcf.gz
+ cp cmex*m.pcf.gz $(CFONTDIR)
+ cp cmex_fonts.alias $(CFONTDIR)
+ mkfontdir $(CFONTDIR)
+ cd ${PREFIX}/lib/X11/fonts/local ; cat cmex_fonts.alias >> fonts.alias ; cp fonts.alias ..fonts.alias.. ; sort ..fonts.alias.. | uniq > fonts.alias ; rm ..fonts.alias..