mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9251523cf9
- Change nroff option from -man to -mandoc -mtty-char - Merge recent FreeBSD's man modifications
33 lines
810 B
Makefile
33 lines
810 B
Makefile
# New ports collection makefile for: jman - japanese man with EUC
|
|
# Date created: 4 December 1996
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= man
|
|
PORTVERSION= 1.1i
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
|
|
${MASTER_SITE_PORTS_JP}
|
|
DISTNAME= jp-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff \
|
|
jless:${PORTSDIR}/japanese/less
|
|
|
|
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
|
|
|
|
MANLANG= "" ja
|
|
MAN1= jman.1 jmanpath.1 japropos.1 \
|
|
jwhatis.1 jmakewhatis.1 jcatman.1
|
|
MAN8= jmakewhatis.local.8 jcatman.local.8
|
|
MANCOMPRESSED= yes
|
|
|
|
pre-install:
|
|
@${SETENV} PKG_PREFIX=${PREFIX} \
|
|
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
|
|
|
.include <bsd.port.mk>
|