#!/bin/sh
#
# configure script for HLaTeX-0.95 PS fonts
#
#  2 Apr 1997
#  Choi Jun Ho <junker@jazz.snu.ac.kr>
#

# Header
cat > ${WRKDIR}/Fontmap.local << 'EOF'

% Hangul and Hanja Fonts of HLaTeX-0.95
%
% for FreeBSD ports
% 2 Apr 1997
%  Choi Jun Ho <junker@jazz.snu.ac.kr>

EOF

# Fontmap
awk "{ print \$1\"  ($PREFIX\"\$2\");\" }" < ${FILESDIR}/Fontmap.unformatted \
	>> ${WRKDIR}/Fontmap.local

exit 0
