aboutsummaryrefslogtreecommitdiff
path: root/chinese/auto-tw-l10n/Makefile
blob: dba5bfc492c386fae341fe56e05ac9589c68c4e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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.2
CATEGORIES=	chinese
MASTER_SITES=	ftp://ftp.iteration.net/pub/patch_chinese/
DISTNAME=	zh-tw-skel-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	keichii@freebsd.org

NO_BUILD=	yes

do-install:
#Temporary hack before adduser is modified
#	For future adduser
#	adduser -l10n -v $HOME
	${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5
	${CP} ${WRKDIR}/zh_TW.Big5/* ${PREFIX}/share/skel/zh_TW.Big5
	@${ECHO} "*************************************************************"
	@${ECHO} "* English Instructions:                                     *"
	@${ECHO} "* Please tell your users to merge their old dotfiles with   *"
	@${ECHO} "* the new ones, in                                          *"
	@${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.*                    *"
	@${ECHO} "*************************************************************"
	@${ECHO} "* 中文大五碼說明:                                           *"
	@${ECHO} "* 請告知您的使用者比對他們的舊設定跟新設定, 在              *"
	@${ECHO} "* ${PREFIX}/share/skel/zh_TW.Big5/dot.*                     *"
	@${ECHO} "*************************************************************"

.include <bsd.port.mk>