freebsd-ports/x11-fonts/cyr-rfx/files/Makefile.bdf2pcf
Mikhail Teterin 5d896a8420 Stop using the "legacy" fmake, adjust the Makefile to work
with the newer bmake.

PR:		201208
Submitted by:	amdmi3
2015-08-13 18:59:59 +00:00

19 lines
394 B
Text

BDFS!= echo 75dpi/*.bdf misc/*.bdf
PCFS= ${BDFS:S/.bdf/.pcf.gz/}
.SUFFIXES: .bdf .pcf.gz
all: fonts.dir fonts.alias ${PCFS}
fonts.dir: ${PCFS}
mkfontdir .
fonts.alias: 75dpi/fonts.alias misc/fonts.alias
cat ${.ALLSRC} > ${.TARGET}
.bdf.pcf.gz:
bdftopcf ${.ALLSRC} | gzip -9 > ${.TARGET}
install: all
${MKDIR} ${INST_DIR}
${BSD_INSTALL_DATA} ${PCFS} fonts.dir fonts.alias ${INST_DIR}