2000-11-08 08:07:06 +01:00
|
|
|
|
# New ports collection makefile for: zh-auto-tw-l10n
|
|
|
|
|
# Date created: 7 Oct 2000
|
|
|
|
|
# Whom: "Michael C . Wu" <keichii@iteration.net>
|
|
|
|
|
#
|
2000-11-08 02:07:04 +01:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2000-11-08 08:07:06 +01:00
|
|
|
|
PORTNAME= auto-tw-l10n
|
2002-05-21 05:13:06 +02:00
|
|
|
|
PORTVERSION= 1.4
|
2000-11-08 02:07:04 +01:00
|
|
|
|
CATEGORIES= chinese
|
2002-05-21 05:13:06 +02:00
|
|
|
|
MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/auto-tw-l10n/
|
2002-05-15 20:01:47 +02:00
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
2000-11-08 02:07:04 +01:00
|
|
|
|
|
2002-05-15 20:01:47 +02:00
|
|
|
|
MAINTAINER= statue@freebsd.sinica.edu.tw
|
2000-11-08 02:07:04 +01:00
|
|
|
|
|
2000-12-24 21:42:24 +01:00
|
|
|
|
NO_BUILD= yes
|
2000-11-08 02:07:04 +01:00
|
|
|
|
|
2000-11-09 07:09:55 +01:00
|
|
|
|
do-install:
|
2000-11-08 02:07:04 +01:00
|
|
|
|
#Temporary hack before adduser is modified
|
2000-11-08 08:07:06 +01:00
|
|
|
|
# For future adduser
|
2000-11-08 02:07:04 +01:00
|
|
|
|
# adduser -l10n -v $HOME
|
2000-11-09 07:09:55 +01:00
|
|
|
|
${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5
|
2002-05-15 20:01:47 +02:00
|
|
|
|
${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.Big5
|
2000-11-08 02:07:04 +01:00
|
|
|
|
@${ECHO} "*************************************************************"
|
|
|
|
|
@${ECHO} "* English Instructions: *"
|
2000-11-09 07:09:55 +01:00
|
|
|
|
@${ECHO} "* Please tell your users to merge their old dotfiles with *"
|
|
|
|
|
@${ECHO} "* the new ones, in *"
|
|
|
|
|
@${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.* *"
|
2000-11-08 02:07:04 +01:00
|
|
|
|
@${ECHO} "*************************************************************"
|
2002-05-15 20:01:47 +02:00
|
|
|
|
@${ECHO} "* <20><><EFBFBD><EFBFBD><EFBFBD>c<EFBFBD>黡<EFBFBD><E9BBA1>: *"
|
2000-11-09 07:09:55 +01:00
|
|
|
|
@${ECHO} "* <20>Чi<D0A7><69><EFBFBD>z<EFBFBD><7A><EFBFBD>ϥΪ̤<CEAA><CCA4><EFBFBD><EFBFBD>L<EFBFBD>̪<EFBFBD><CCAA>³]<5D>w<EFBFBD><77><EFBFBD>s<EFBFBD>]<5D>w, <20>b *"
|
2002-05-15 20:01:47 +02:00
|
|
|
|
@${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.* *"
|
2000-11-08 02:07:04 +01:00
|
|
|
|
@${ECHO} "*************************************************************"
|
|
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|