1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/japanese/vftool/scripts/configure
Jun-ichiro itojun Hagino a41420dedf ports/japanese/vftool:
Virtual font kit for using in dvi2ps, dvipsk or dvi2dvi.

PR:		5167
1998-02-28 05:19:01 +00:00

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