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 363e6cbd2f Instead of installing its own manpath.config in /usr/local/etc, check
the value of ${LANG} or LC_TYPE and look into the appropriate subdirectories
of directories specified by /etc/manpath.config.

Submitted by:	Kumano Tadashi <kumano@strl.nhk.or.jp>
1996-12-07 23:16:13 +00:00

23 lines
671 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: Makefile,v 1.1.1.1 1996/12/07 13:24:00 asami Exp $
#
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:
@${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>