summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/french/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/nls/french/Makefile')
-rw-r--r--bin/csh/nls/french/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/bin/csh/nls/french/Makefile b/bin/csh/nls/french/Makefile
new file mode 100644
index 0000000..06b3d85
--- /dev/null
+++ b/bin/csh/nls/french/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+.include "${.CURDIR}/../Makefile.inc"
+
+NL= french
+DL= fr_BE.ISO_8859-1 fr_CA.ISO_8859-1 fr_CH.ISO_8859-1 fr_FR.ISO_8859-1 \
+ fr_BE.DIS_8859-15 fr_CA.DIS_8859-15 fr_CH.DIS_8859-15 fr_FR.DIS_8859-15
+
+.PATH: ${BASESRC}/${NL}
+
+all: tcsh.cat
+
+tcsh.cat: tcsh.msg
+
+tcsh.msg: set[0-9]*
+ cat ${BASESRC}/${NL}/set[0-9] \
+ ${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
+
+install:
+.for i in ${DL}
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
+ tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
+.endfor
+
+.include <bsd.obj.mk>
OpenPOWER on IntegriCloud