diff options
Diffstat (limited to 'japanese/vftool/scripts')
-rw-r--r-- | japanese/vftool/scripts/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/japanese/vftool/scripts/configure b/japanese/vftool/scripts/configure new file mode 100644 index 000000000000..9417c62c3edb --- /dev/null +++ b/japanese/vftool/scripts/configure @@ -0,0 +1,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 |