2004-02-09 09:52:34 +03:00
|
|
|
# $NetBSD: Makefile,v 1.5 2004/02/09 06:52:34 lukem Exp $
|
2003-09-13 04:19:57 +04:00
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
2003-09-11 22:37:05 +04:00
|
|
|
|
|
|
|
SUBDIR= util encodings .WAIT
|
|
|
|
SUBDIR+=bdf local scaled
|
|
|
|
|
2004-02-09 07:30:05 +03:00
|
|
|
.include "${NETBSDSRCDIR}/x11/tools/fc-cache/Makefile.fc-cache"
|
2003-09-13 04:19:57 +04:00
|
|
|
|
|
|
|
afterinstall:
|
2003-11-08 16:57:29 +03:00
|
|
|
${_MKMSG_CREATE} ${DESTDIR}${X11FONTDIR}/fonts.cache-1
|
2003-09-13 04:19:57 +04:00
|
|
|
${FCCACHE} -fv ${DESTDIR}${X11FONTDIR}
|
|
|
|
.if ${MKUNPRIVED} != "no"
|
|
|
|
cd ${DESTDIR} \
|
|
|
|
&& find ./${X11FONTDIR} -name fonts.cache-1 \
|
2004-02-09 09:52:34 +03:00
|
|
|
| sed -e 's/$$/ type=file mode=0444 uname=${BINOWN} gname=${BINGRP}/' \
|
2003-09-13 04:19:57 +04:00
|
|
|
| ${METALOG.add}
|
|
|
|
.endif
|
|
|
|
|
2003-09-11 22:37:05 +04:00
|
|
|
.include <bsd.subdir.mk>
|