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