# New ports collection makefile for:	chinese/screen
# Date created:				Sep 07 2004
# Whom:					Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#

CATEGORIES=	chinese

MAINTAINER=	rafan@infor.org
COMMENT=	Replace Big5 table with Big5-2003 in screen

MASTERDIR=	${.CURDIR}/../../sysutils/screen

EXTRA_PATCHES=	${.CURDIR}/files/patch-*

# XXX
PKGCATEGORY=	chinese

WITH_CJK=	yes

post-build:
	@${PERL} ${.CURDIR}/files/conv.pl \
		< ${.CURDIR}/files/big5uni.txt > ${WRKSRC}/utf8encodings/18

.include "${MASTERDIR}/Makefile"
