xref: /netbsd-src/external/mit/xorg/share/fonts/Makefile (revision 96230fab84e26a6435963032070e916a951a8b2e)
1#	$NetBSD: Makefile,v 1.2 2008/08/30 07:15:17 rtr Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	encodings .WAIT \
6	font-alias font-util \
7	100dpi 75dpi Type1 TTF misc
8
9.include "${NETBSDSRCDIR}/external/mit/xorg/tools/fc-cache/Makefile.fc-cache"
10
11.if 0
12afterinstall:
13	${_MKMSG_CREATE} ${DESTDIR}${X11FONTDIR}/fonts.cache-1
14	${FCCACHE} -fv ${DESTDIR}${X11FONTDIR}
15.if ${MKUNPRIVED} != "no"
16	cd ${DESTDIR} \
17	&& find ./${X11FONTDIR} -name fonts.cache-1 \
18	    | sed -e 's/$$/ type=file mode=0444 uname=${BINOWN} gname=${BINGRP}/' \
19	    | ${METALOG.add}
20.endif
21.endif
22
23.include <bsd.subdir.mk>
24