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$
|
2012-01-30 05:52:12 +01:00
|
|
|
#
|
2000-11-08 02:07:04 +01:00
|
|
|
|
2000-11-08 08:07:06 +01:00
|
|
|
PORTNAME= auto-tw-l10n
|
2012-01-30 05:52:12 +01:00
|
|
|
PORTVERSION= 1.13
|
2000-11-08 02:07:04 +01:00
|
|
|
CATEGORIES= chinese
|
2011-07-22 08:38:17 +02:00
|
|
|
MASTER_SITES= LOCAL/sunpoet
|
2000-11-08 02:07:04 +01:00
|
|
|
|
2009-08-28 19:37:26 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-07-22 08:38:17 +02:00
|
|
|
COMMENT= The automatic localization for Traditional Chinese zh_TW.UTF-8 locale
|
2000-11-08 02:07:04 +01:00
|
|
|
|
2005-10-07 23:01:39 +02:00
|
|
|
RUN_DEPENDS= ${FASTEST_CVSUP}:${PORTSDIR}/sysutils/fastest_cvsup
|
|
|
|
|
2000-12-24 21:42:24 +01:00
|
|
|
NO_BUILD= yes
|
2011-08-31 20:44:55 +02:00
|
|
|
USE_XZ= yes
|
2000-11-08 02:07:04 +01:00
|
|
|
|
2005-10-07 23:01:39 +02:00
|
|
|
PKGINSTALL= ${WRKDIR}/pkg-install
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
SUB_FILES= pkg-install pkg-message
|
|
|
|
SUB_LIST= PREFIX=${PREFIX} ZONE=${ZONE} SOURCE_DIR=${WRKSRC} \
|
|
|
|
WRKDIR=${WRKDIR} FASTEST_CVSUP=${FASTEST_CVSUP}
|
|
|
|
|
|
|
|
FASTEST_CVSUP?= ${LOCALBASE}/bin/fastest_cvsup
|
|
|
|
ZONE?= tw
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
@${SH} ${PKGINSTALL}
|
|
|
|
@${FIND} ${WRKSRC} -name "*.in" -delete
|
|
|
|
|
2000-11-09 07:09:55 +01:00
|
|
|
do-install:
|
2011-07-22 08:38:17 +02:00
|
|
|
${MKDIR} ${PREFIX}/share/skel/zh_TW.UTF-8/
|
|
|
|
${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.UTF-8/
|
2005-10-07 23:01:39 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-11-08 02:07:04 +01:00
|
|
|
|
2011-07-22 08:38:17 +02:00
|
|
|
.include <bsd.port.mk>
|