1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/gxditview/Makefile
Chris Piazza f26f0dd9db Update to 0.100
PR:		18495
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to> (new maintainer from ports@)
2000-05-19 07:39:43 +00:00

32 lines
785 B
Makefile

# New ports collection makefile for: gxditview (part of ja-groff)
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD$
#
PORTNAME= gxditview
PORTVERSION= 0.100
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= groff
DISTNAME= groff-1.15
PATCH_SITES= http://w3.mtci.ne.jp/~refactor/GNU/
PATCHFILES= ${DISTNAME}-jgroff-${PORTVERSION}-pl1.diff.gz
PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p1
MAINTAINER= okazaki@be.to
RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff
USE_IMAKE= yes
MAKE_ENV= NIPPONDEFINES="-DNIPPON"
WRKSRC= ${WRKDIR}/${DISTNAME}/xditview
MAN1= gxditview.1
post-patch:
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
.include <bsd.port.mk>