mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6b204d5c44
simplify xpg4 related things. do not depend on emacs. PR: 5251
27 lines
743 B
Makefile
27 lines
743 B
Makefile
# New ports collection makefile for: jman - japanese man with EUC
|
|
# Version required: 1.1f
|
|
# Date created: 4 December 1996
|
|
# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.13 1997/09/16 10:48:03 max Exp $
|
|
#
|
|
|
|
DISTNAME= jp-man-1.1f
|
|
PKGNAME= ja-man-1.1f
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ \
|
|
ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/
|
|
|
|
MAINTAINER= kuriyama@opt.phys.waseda.ac.jp
|
|
|
|
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>
|