summaryrefslogtreecommitdiff
path: root/japanese/man/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-07 13:24:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-07 13:24:00 +0000
commita9ee50f208f943e6146f58c9d463fb8b5009959c (patch)
tree61336b0ebab9212b563686888ca55f8ac498b53f /japanese/man/Makefile
parentAdd reasons to BROKEN. (diff)
A man command that can handle Japanese (EUC). Note this is only a
workaround until man is upgraded to a new version (which is supposedly truly internationalized). Submitted by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
Notes
Notes: svn path=/head/; revision=4869
Diffstat (limited to 'japanese/man/Makefile')
-rw-r--r--japanese/man/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/japanese/man/Makefile b/japanese/man/Makefile
new file mode 100644
index 000000000000..b4207a0375d9
--- /dev/null
+++ b/japanese/man/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: jman - japanese man with EUC
+# Version required: 1.0
+# Date created: 4 December 1996
+# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= jp-man-1.0
+CATEGORIES= japanese
+MASTER_SITES= ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/in.coming/PORTS/
+
+MAINTAINER= kiri@kiri.toba-cmt.ac.jp
+
+RUN_DEPENDS= ${PREFIX}/bin/groff:${PORTSDIR}/japanese/groff \
+ jless:${PORTSDIR}/japanese/less
+
+post-install:
+ @mv ${PREFIX}/etc/manpath.config.sample ${PREFIX}/etc/manpath.config
+ @${INSTALL_DATA} /usr/share/tmac/tmac.an ${PREFIX}/share/groff/tmac
+ @${INSTALL_DATA} /usr/share/tmac/tmac.groff_an ${PREFIX}/share/groff/tmac
+
+.include <bsd.port.mk>