1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/man/Makefile

27 lines
655 B
Makefile
Raw Normal View History

# New ports collection makefile for: jman - japanese man with EUC
# Version required: 1.1g
# Date created: 4 December 1996
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
#
1999-08-25 05:28:01 +00:00
# $FreeBSD$
#
DISTNAME= jp-man-1.1g
PKGNAME= ja-man-1.1g
CATEGORIES= japanese
MASTER_SITES= ftp://daemon.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
${MASTER_SITE_PORTS_JP}
MAINTAINER= kuriyama@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/bin/groff:${PORTSDIR}/japanese/groff \
jless:${PORTSDIR}/japanese/less
MAKE_ENV= GZCAT=${GZCAT} GZIP_CMD="${GZIP_CMD}"
pre-install:
@${SETENV} PKG_PREFIX=${PREFIX} \
${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL
.include <bsd.port.mk>