1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/elisa10x8/files/patch-aa

16 lines
461 B
Plaintext
Raw Normal View History

*** /dev/null Fri Sep 26 14:42:02 1997
--- Makefile Fri Sep 26 15:43:17 1997
***************
*** 0 ****
--- 1,10 ----
+ all:
+ bdftopcf elisau10.bdf | gzip -c > elisau10.pcf.gz
+ cp ${DISTDIR}/clR5x8.bdf .
+ patch --quiet < clR5x8-s5x8.diff
+ bdftopcf clR5x8.bdf | gzip -c > clR5x8.pcf.gz
+
+ install:
+ [ -d ${PREFIX}/${FONTSDIR} ] || mkdir -p ${PREFIX}/${FONTSDIR}
+ cp elisau10.pcf.gz ${PREFIX}/${FONTSDIR}
+ cp clR5x8.pcf.gz ${PREFIX}/${FONTSDIR}