1 1.15 uwe # $NetBSD: Makefile,v 1.15 2022/06/08 19:27:37 uwe Exp $ 2 1.1 drochner 3 1.3 veego FONTS= vt220l.814 vt220h.814 vt220l.808 vt220h.808 \ 4 1.5 gmcgarry vt220l.816 vt220h.816 vt220l.810 vt220h.810 \ 5 1.10 ahoka latin2.808 latin2.814 latin2.816 \ 6 1.11 fcambus donna.816 flori.816 orator.816 \ 7 1.12 fcambus spleen-5x8.fnt spleen-6x12.fnt spleen-8x16.fnt \ 8 1.12 fcambus spleen-12x24.fnt spleen-16x32.fnt spleen-32x64.fnt 9 1.3 veego 10 1.13 uwe 11 1.13 uwe # Terminus Font by Dimitar Toshkov Zhekov 12 1.13 uwe # The naming of the files follows upstream conventions: 13 1.13 uwe # 14 1.15 uwe # i - IBM CP437 15 1.15 uwe # 1 - ISO8859-1 16 1.13 uwe # 17 1.13 uwe # n - normal 18 1.13 uwe # b - bold 19 1.13 uwe # v - CRT VGA Bold (8 columns, rendered in 9) 20 1.13 uwe 21 1.14 uwe FONTS += ter-i12n.wsf 22 1.13 uwe FONTS += ter-i16b.wsf 23 1.13 uwe FONTS += ter-i16n.wsf 24 1.13 uwe FONTS += ter-i16v.wsf 25 1.13 uwe FONTS += ter-i20n.wsf 26 1.13 uwe FONTS += ter-i24n.wsf 27 1.14 uwe FONTS += ter-i28n.wsf 28 1.13 uwe FONTS += ter-i32n.wsf 29 1.13 uwe 30 1.15 uwe FONTS += ter-112n.wsf 31 1.15 uwe FONTS += ter-116b.wsf 32 1.15 uwe FONTS += ter-116n.wsf 33 1.15 uwe FONTS += ter-116v.wsf 34 1.15 uwe FONTS += ter-120n.wsf 35 1.15 uwe FONTS += ter-124n.wsf 36 1.15 uwe FONTS += ter-128n.wsf 37 1.15 uwe FONTS += ter-132n.wsf 38 1.15 uwe 39 1.13 uwe 40 1.3 veego FILES=${FONTS} 41 1.9 jmc UUDECODE_FILES=${FONTS} 42 1.1 drochner 43 1.3 veego FILESDIR= /usr/share/wscons/fonts 44 1.1 drochner 45 1.3 veego realall: ${FONTS} 46 1.1 drochner 47 1.9 jmc .include <bsd.files.mk> 48 1.1 drochner .include <bsd.prog.mk> 49