summaryrefslogtreecommitdiff
path: root/japanese/font-shinonome/files/Makefile.in
blob: a8edb33b24cc230d18031b1c8a01f71e2565f060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$
#
SRCS!=	${MAKE} -VBDFFILES -f Makefile.in

.SUFFIXES:
.SUFFIXES: .pcf .bdf
.bdf.pcf:
	%%BDFTOPCF%% -o ${.TARGET} ${.IMPSRC}

.for S in ${SRCS:S/.bdf$//}
$S.pcf.gz: $S.pcf
	%%GZIP_CMD%% ${.ALLSRC} > ${.TARGET}
.endfor

all: ${SRCS:S/.bdf$/.pcf.gz/}

install:
	mkdir -p %%STAGEDIR%%%%FONTSDIR%%
	%%INSTALL_DATA%% ${SRCS:S/.bdf$/.pcf.gz/} \
	    fonts.alias %%STAGEDIR%%%%FONTSDIR%%

.PATH: bdf