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

21 lines
557 B
Plaintext
Raw Normal View History

*** Makefile~ Sun Aug 13 13:55:37 1995
--- Makefile Sun Aug 13 13:56:11 1995
***************
*** 0 ****
--- 1,15 ----
+
+ DESTDIR=$(PREFIX)/lib/X11/fonts/Xg
+
+ all:
+ @echo nothing to be done for \`$@\'
+ @echo this is an install-only target.
+
+ install:
+ [ -d $(DESTDIR) ] || mkdir -p $(DESTDIR)
+ for i in Xg/bdf/*.bdf; do b=$$(basename $$i .bdf); \
+ rm -f $(DESTDIR)/$$b.pcf.Z; \
+ bdftopcf -o $(DESTDIR)/$$b.pcf $$i; \
+ compress $(DESTDIR)/$$b.pcf; \
+ done; mkfontdir $(DESTDIR); \
+ cp Xg/matty/unicode.9.font $(DESTDIR)