summaryrefslogtreecommitdiff
path: root/japanese/vftool/scripts/configure
blob: 9417c62c3edbd52c2e285c0c43d1bcb80ac9e980 (plain) (blame)
1
2
3
4
5
6
7
8
#!/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