1996-12-07 14:24:00 +01: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 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1996-12-07 14:24:00 +01:00
|
|
|
#
|
|
|
|
|
2000-04-11 16:15:53 +02:00
|
|
|
PORTNAME= man
|
2001-07-05 05:09:20 +02:00
|
|
|
PORTVERSION= 1.1j
|
2002-04-15 02:47:50 +02:00
|
|
|
PORTREVISION= 5
|
1996-12-07 14:24:00 +01:00
|
|
|
CATEGORIES= japanese
|
1999-04-26 14:44:52 +02:00
|
|
|
MASTER_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
|
1999-04-27 15:09:34 +02:00
|
|
|
${MASTER_SITE_PORTS_JP}
|
2000-04-11 16:15:53 +02:00
|
|
|
DISTNAME= jp-${PORTNAME}-${PORTVERSION}
|
1996-12-07 14:24:00 +01:00
|
|
|
|
2001-07-26 07:01:11 +02:00
|
|
|
PATCH_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/
|
2002-01-17 08:29:50 +01:00
|
|
|
PATCHFILES= jp-man-1.1j-ex-20020115.patch
|
|
|
|
PATCH_DIST_STRIP=-p1
|
2001-07-26 07:01:11 +02:00
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
2003-02-22 08:48:51 +01:00
|
|
|
COMMENT= A manual display command for Japanese (EUC)
|
1996-12-07 14:24:00 +01:00
|
|
|
|
2000-05-29 08:45:01 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff \
|
1997-03-30 14:40:11 +02:00
|
|
|
jless:${PORTSDIR}/japanese/less
|
1997-03-30 04:57:20 +02:00
|
|
|
|
1998-03-20 17:49:43 +01:00
|
|
|
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
|
2002-11-04 04:05:48 +01:00
|
|
|
USE_REINPLACE= yes
|
1996-12-07 14:24:00 +01:00
|
|
|
|
2000-05-29 08:45:01 +02: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-21 01:54:24 +01: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-04 04:05:48 +01:00
|
|
|
${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|g" ${WRKSRC}/${file}
|
2002-02-21 01:54:24 +01:00
|
|
|
.endfor
|
|
|
|
|
1998-03-20 17:49:43 +01:00
|
|
|
pre-install:
|
|
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
2000-10-08 12:23:48 +02:00
|
|
|
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
1996-12-07 14:24:00 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|