1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/man/Makefile
Satoshi Asami a9ee50f208 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>
1996-12-07 13:24:00 +00:00

24 lines
690 B
Makefile

# 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>