head	1.1;
access;
symbols
	netbsd-11-0-RC4:1.1
	netbsd-11-0-RC3:1.1
	netbsd-11-0-RC2:1.1
	netbsd-11-0-RC1:1.1
	perseant-exfatfs-base-20250801:1.1
	netbsd-11:1.1.0.2
	netbsd-11-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2024.09.22.09.34.57;	author mrg;	state Exp;
branches;
next	;
commitid	9kfU46NpQeZXFMqF;


desc
@@


1.1
log
@install several font packages that we used to have with xfree86

this brings in these versions:
  font-arabic-misc 1.0.4
  font-micro-misc 1.0.4
  font-schumacher-misc 1.1.3
  font-sun-misc 1.0.4
  font-cronyx-cyrillic 1.0.4
  font-misc-cyrillic 1.0.4
  font-screen-cyrillic 1.0.5
  font-winitzki-cyrillic 1.0.4
  font-xfree86-type1 1.0.5

fixes problem reported on netbsd 9.2 install.

XXX: pullup-10, pullup-9
@
text
@#	$NetBSD$

.include <bsd.own.mk>

FONTSUBDIR=	misc
FONTSRCPKG=	font-sun-misc

.PATH:  	${X11SRCDIR.${FONTSRCPKG}}
BDFFILES+=	olcursor.bdf \
		olgl10.bdf \
		olgl12.bdf \
		olgl14.bdf \
		olgl19.bdf

.include "../../Makefile.bdf"

.include <bsd.x11.mk>
.include <bsd.prog.mk>
@
