d739331a67
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
15 lines
564 B
Plaintext
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..
|