Add a Makefile there
This commit is contained in:
parent
e145decf9b
commit
403faa8898
36
font/bitstream-vera-ttf/Makefile
Normal file
36
font/bitstream-vera-ttf/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1 2006/11/26 18:03:16 matthieu Exp $
|
||||
|
||||
FONT_FILES= \
|
||||
Vera.ttf \
|
||||
VeraBI.ttf \
|
||||
VeraBd.ttf \
|
||||
VeraIt.ttf \
|
||||
VeraMoBI.ttf \
|
||||
VeraMoBd.ttf \
|
||||
VeraMoIt.ttf \
|
||||
VeraMono.ttf \
|
||||
VeraSe.ttf \
|
||||
VeraSeBd.ttf \
|
||||
|
||||
fontdir= ${X11BASE}/lib/X11/fonts/TTF
|
||||
|
||||
depend:
|
||||
|
||||
all:
|
||||
|
||||
clean:
|
||||
|
||||
cleandir:
|
||||
|
||||
install:
|
||||
@for f in ${FONT_FILES}; do \
|
||||
echo "${INSTALL} -c ${.CURDIR}/$$f ${DESTDIR}${fontdir}" ; \
|
||||
${INSTALL} -c ${.CURDIR}/$$f ${DESTDIR}${fontdir} ; \
|
||||
done
|
||||
@rm -f ${DESTDIR}${fontdir}/fonts.scale
|
||||
mkfontscale ${DESTDIR}${fontdir}
|
||||
@rm -f ${DESTDIR}${fontdir}/fonts.dir
|
||||
mkfontdir ${DESTDIR}${fontdir}
|
||||
fc-cache -v ${DESTDIR}${fontdir}
|
||||
|
||||
.include <bsd.xorg.mk>
|
Loading…
Reference in New Issue
Block a user