mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a41420dedf
Virtual font kit for using in dvi2ps, dvipsk or dvi2dvi. PR: 5167
9 lines
228 B
Bash
9 lines
228 B
Bash
#!/bin/sh
|
|
|
|
${SED} -e "s@%%AFM%%@${AFMDIR}@g" \
|
|
-e "s@%%GOTTFM%%@${GOTTFMDIR}@g" \
|
|
-e "s@%%JFM%%@${JFMDIR}@g" \
|
|
-e "s@%%MINTFM%%@${MINTFMDIR}@g" \
|
|
-e "s@%%PK%%@${PKDIR}@g" \
|
|
< ${WRKSRC}/Makefile.tmpl > ${WRKSRC}/Makefile
|