freebsd-ports/chinese/auto-tw-l10n/Makefile
Jing-Tang Keith Jang a907c2f753 Fix some typos, and format errors.
There are still some flaws in the install-user section, but I'll
talk to the author.
2000-11-08 07:07:06 +00:00

74 lines
3.1 KiB
Makefile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# New ports collection makefile for: zh-auto-tw-l10n
# Date created: 7 Oct 2000
# Whom: "Michael C . Wu" <keichii@iteration.net>
#
# $FreeBSD$
PORTNAME= auto-tw-l10n
PORTVERSION= 1.0
CATEGORIES= chinese
MASTER_SITES= ftp://ftp.iteration.net/pub/patch_chinese/
DISTNAME= zh-tw-skel
EXTRACT_SUFX= .tgz
MAINTAINER= keichii@iteration.net
RUN_DEPENDS= ${X11BASE}/lib/aout/zh-XFree86-aoutlibs-3.3.6:${PORTSDIR}/chinese/XFree86-aoutlibs \
cle_base:${PORTSDIR}/chinese/cle_base \
big5fs:${PORTSDIR}/chinese/big5fs \
kcfonts:${PORTSDIR}/chinese/kcfonts \
arphicttf:${PORTSDIR}/chinese/arphicttf \
moefonts-cid:${PORTSDIR}/chinese/moefonts-cid \
moettf:${PORTSDIR}/chinese/moettf \
autoconvert:${PORTSDIR}/chinese/autoconvert \
bg5ps:${PORTSDIR}/chinese/bg5ps \
acroread-chtfont:${PORTSDIR}/chinese/acroread-chtfont \
big5con:${PORTSDIR}/chinese/big5con \
libtabe:${PORTSDIR}/chinese/libtabe \
linux-gtk:${PORTSDIR}/chinese/linux-gtk \
mutt:${PORTSDIR}/chinese/mutt \
netscape47-communicator:${PORTSDIR}/chinese/netscape47-communicator \
nvi-big5:${PORTSDIR}/chinese/nvi-big5 \
pine4:${PORTSDIR}/chinese/pine4 \
pyDict:${PORTSDIR}/chinese/pyDict \
rxvt-big5:${PORTSDIR}/chinese/rxvt-big5 \
aterm:${PORTSDIR}/chinese/aterm \
telnet:${PORTSDIR}/chinese/telnet \
tin:${PORTSDIR}/chinese/tin \
tintin++:${PORTSDIR}/chinese/tintin++ \
ve:${PORTSDIR}/chinese/ve \
xcin25:${PORTSDIR}/chinese/xcin25 \
xemacs21:${PORTSDIR}/chinese/xemacs21 \
xmms:${PORTSDIR}/chinese/xmms
NO_BUILD= yes
post-install:
@${ECHO} "*************************************************************"
@${ECHO} "* English Instructions: *"
@${ECHO} "* After your install, you should type the following command *"
@${ECHO} "* as the normal user. *"
@${ECHO} "* WARNING: You should back up your configuration dotfiles *"
@${ECHO} "* WARNING: BEFORE you type the following. *"
@${ECHO} "* cd ${PORTSDIR}/chinese/auto-tw-l10n && make install-user *"
@${ECHO} "*************************************************************"
@${ECHO} "* <20><><EFBFBD><EFBFBD><EFBFBD>j<EFBFBD><6A><EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>G(English users ignore following *"
@${ECHO} "* <20>b<EFBFBD>z<EFBFBD>w<EFBFBD>˧<EFBFBD><CBA7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>A<EFBFBD>ХH<D0A5>z<EFBFBD><7A><EFBFBD>`<60><><EFBFBD>ϥΪ<CFA5>shell<6C><6C><EFBFBD>U<EFBFBD><55><EFBFBD>o<EFBFBD><6F><EFBFBD><EFBFBD><EFBFBD>O *"
@${ECHO} "* <20>`<60>N<EFBFBD>G<EFBFBD>бN<D0B1>z<EFBFBD><7A><EFBFBD>ϥΪ̥ؿ<CCA5><D8BF>U<EFBFBD>]<5D>w<EFBFBD>ɥ<EFBFBD><C9A5>ƥ<EFBFBD> *"
@${ECHO} "* cd ${PORTSDIR}/chinese/auto-tw-l10n && make install-user *"
@${ECHO} "*************************************************************"
install-user:
#Temporary hack before adduser is modified
# For future adduser
# adduser -l10n -v $HOME
${CP} ${WRKDIR}/zh_TW.Big5/* ${HOME}/
@${ECHO} "*************************************************************"
@${ECHO} "* English Instructions: *"
@${ECHO} "* Merge your backed up old dotfiles with the new ones. *"
@${ECHO} "*************************************************************"
@${ECHO} "* <20><><EFBFBD><EFBFBD><EFBFBD>j<EFBFBD><6A><EFBFBD>X<EFBFBD><58><EFBFBD><EFBFBD><EFBFBD>G(English users ignore following *"
@${ECHO} "* <20>Ф<EFBFBD><D0A4><EFBFBD><EFBFBD>z<EFBFBD><7A><EFBFBD>³]<5D>w<EFBFBD><77><EFBFBD>s<EFBFBD>]<5D>w *"
@${ECHO} "*************************************************************"
.include <bsd.port.mk>