2013-09-20 20:47:54 +02:00
|
|
|
# Created by: 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
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 9
|
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/ \
|
2015-05-11 20:34:57 +02:00
|
|
|
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
|
|
|
|
2014-07-23 19:07:12 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-05 21:27:03 +02:00
|
|
|
COMMENT= Manual display command for Japanese (EUC)
|
1996-12-07 14:24:00 +01:00
|
|
|
|
2014-08-26 22:52:21 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:08:37 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/groff:japanese/groff \
|
|
|
|
jless:japanese/less
|
1997-03-30 04:57:20 +02:00
|
|
|
|
2017-12-18 02:54:27 +01:00
|
|
|
BROKEN_aarch64= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
|
|
|
|
BROKEN_armv6= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
|
|
|
|
BROKEN_armv7= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
|
|
|
|
BROKEN_mips= fails to compile: man.c:37:10: fatal error: 'config.h' file not found
|
2017-12-09 01:42:05 +01:00
|
|
|
|
1998-03-20 17:49:43 +01:00
|
|
|
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
|
2015-10-19 16:50:52 +02:00
|
|
|
USES= shebangfix
|
2014-08-26 22:52:21 +02:00
|
|
|
SHEBANG_FILES= catman/catman.perl makewhatis/makewhatis.perl
|
1996-12-07 14:24:00 +01:00
|
|
|
|
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
|
|
|
|
|
1996-12-07 14:24:00 +01:00
|
|
|
.include <bsd.port.mk>
|