1996-12-07 08:24:00 -05:00
|
|
|
# New ports collection makefile for: jman - japanese man with EUC
|
|
|
|
# Date created: 4 December 1996
|
|
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
|
|
#
|
1999-08-25 01:28:01 -04:00
|
|
|
# $FreeBSD$
|
1996-12-07 08:24:00 -05:00
|
|
|
#
|
|
|
|
|
2000-04-11 10:15:53 -04:00
|
|
|
PORTNAME= man
|
2001-07-04 23:09:20 -04:00
|
|
|
PORTVERSION= 1.1j
|
2002-04-14 20:47:50 -04:00
|
|
|
PORTREVISION= 5
|
1996-12-07 08:24:00 -05:00
|
|
|
CATEGORIES= japanese
|
1999-04-26 08:44:52 -04:00
|
|
|
MASTER_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
|
1999-04-27 09:09:34 -04:00
|
|
|
${MASTER_SITE_PORTS_JP}
|
2000-04-11 10:15:53 -04:00
|
|
|
DISTNAME= jp-${PORTNAME}-${PORTVERSION}
|
1996-12-07 08:24:00 -05:00
|
|
|
|
2001-07-26 01:01:11 -04:00
|
|
|
PATCH_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/
|
2002-01-17 02:29:50 -05:00
|
|
|
PATCHFILES= jp-man-1.1j-ex-20020115.patch
|
|
|
|
PATCH_DIST_STRIP=-p1
|
2001-07-26 01:01:11 -04:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 02:48:51 -05:00
|
|
|
COMMENT= A manual display command for Japanese (EUC)
|
1996-12-07 08:24:00 -05:00
|
|
|
|
2000-05-29 02:45:01 -04:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff \
|
1997-03-30 07:40:11 -05:00
|
|
|
jless:${PORTSDIR}/japanese/less
|
1997-03-29 21:57:20 -05:00
|
|
|
|
1998-03-20 11:49:43 -05:00
|
|
|
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
|
2002-11-03 22:05:48 -05:00
|
|
|
USE_REINPLACE= yes
|
1996-12-07 08:24:00 -05:00
|
|
|
|
2000-05-29 02:45:01 -04:00
|
|
|
MANLANG= "" ja
|
|
|
|
MAN1= jman.1 jmanpath.1 japropos.1 \
|
|
|
|
jwhatis.1 jmakewhatis.1 jcatman.1
|
|
|
|
MAN8= jmakewhatis.local.8 jcatman.local.8
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2002-02-20 19:54:24 -05:00
|
|
|
post-patch:
|
|
|
|
.for file in apropos/apropos.sh catman/catman.perl \
|
|
|
|
makewhatis/jmakewhatis.local.man \
|
|
|
|
makewhatis/jmakewhatis.local.man.eng \
|
|
|
|
makewhatis/makewhatis.local.sh \
|
|
|
|
man/locale.c manpath/manpath.config
|
2002-11-03 22:05:48 -05:00
|
|
|
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/${file}
|
2002-02-20 19:54:24 -05:00
|
|
|
.endfor
|
|
|
|
|
1998-03-20 11:49:43 -05:00
|
|
|
pre-install:
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
2000-10-08 06:23:48 -04:00
|
|
|
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
1996-12-07 08:24:00 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|