]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/i18n/esdb/BIG5/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / i18n / esdb / BIG5 / Makefile
1 # $FreeBSD$
2 # $NetBSD: Makefile.inc,v 1.3 2008/10/25 22:35:36 apb Exp $
3
4 CODE=   Big5
5 ESUBDIR= BIG5
6 NO_PREPROC= yes
7
8 .include "../Makefile.part"
9
10 .for i in ${PART:S/:/@/}
11 Big5_$i_variable!= sed \
12         '/^\#/d;/^ *$$/d;/^${i:S/@/:/}[         ]/!d;s/^[^      ]*[     ]*//' \
13         ${.CURDIR}/Big5.variable
14 .endfor
15 .for i in ${PART}
16 .if !exists(Big5-${i:S/:/@/}.src)
17 # XXX: FIXME
18 Big5-${i:S/:/@/}.src: Big5.src Big5.variable
19         sed -e 's/encoding/Big5-$i/' \
20                 -e 's/variable/${Big5_$i_variable}/' \
21                 ${.CURDIR}/Big5.src > $@
22         @echo Big5-${i:S/:/@/}.src >>.tmpfiles
23 .endif
24 .endfor