mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
66a9f27b55
PR: 3334 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
12 lines
277 B
Bash
12 lines
277 B
Bash
#!/bin/sh
|
|
#
|
|
# Wrapper script of han.
|
|
#
|
|
# 12 Apr 1997, Choi Jun Ho <junker@jazz.snu.ac.kr>
|
|
#
|
|
gzip -cd %%PREFIX%%/share/fonts/han/h16m.bdf.gz \
|
|
| %%PREFIX%%/bin/hanfld -t bdf -n
|
|
gzip -cd %%PREFIX%%/share/fonts/han/8x16pc.bdf.gz \
|
|
| %%PREFIX%%/bin/hanfld -t bdf -n
|
|
exec han.bin
|