Stop using the "legacy" fmake, adjust the Makefile to work

with the newer bmake.

PR:		201208
Submitted by:	amdmi3
This commit is contained in:
Mikhail Teterin 2015-08-13 18:59:59 +00:00
parent 8295ea204e
commit 5d896a8420
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394184
2 changed files with 4 additions and 5 deletions

View file

@ -16,7 +16,7 @@ COMMENT= Cyrillic X11 bitmap fonts from CYR-RFX project
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
USES= fonts fmake
USES= fonts
USE_XORG= x11
CYR_RFX_ENCODING?= koi8-o

View file

@ -1,6 +1,5 @@
VPATH= ${.CURDIR}/75dpi:${.CURDIR}/misc
BDFS!= echo ${VPATH:S,:,/*.bdf ,}/*.bdf
PCFS= ${BDFS:T:S/.bdf/.pcf.gz/}
BDFS!= echo 75dpi/*.bdf misc/*.bdf
PCFS= ${BDFS:S/.bdf/.pcf.gz/}
.SUFFIXES: .bdf .pcf.gz
@ -9,7 +8,7 @@ all: fonts.dir fonts.alias ${PCFS}
fonts.dir: ${PCFS}
mkfontdir .
fonts.alias: ${VPATH:S,:,/fonts.alias ,}/fonts.alias
fonts.alias: 75dpi/fonts.alias misc/fonts.alias
cat ${.ALLSRC} > ${.TARGET}
.bdf.pcf.gz: