xref: /netbsd-src/external/mit/xorg/share/fonts/Makefile (revision 962766853c385b86328bab806c19ccdf4e22f287)
1#	$NetBSD: Makefile,v 1.3 2008/10/25 22:27:34 apb 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	    | ${TOOL_SED} -e \
19		's/$$/ type=file mode=0444 uname=${BINOWN} gname=${BINGRP}/' \
20	    | ${METALOG.add}
21.endif
22.endif
23
24.include <bsd.subdir.mk>
25