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