freebsd-ports/japanese/gxditview/Makefile

32 lines
800 B
Makefile
Raw Normal View History

# New ports collection makefile for: gxditview (part of ja-groff)
# Version required: 1.11.1+0.99.1.1
# Date created: 14 April 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
1999-08-25 01:28:01 -04:00
# $FreeBSD$
#
DISTNAME= groff-1.11.1
PKGNAME= ja-gxditview-0.99.1.1
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= groff
PATCH_SITES= ${MASTER_SITE_PORTS_JP} \
http://www.tg.rim.or.jp/~inagaki/
PATCHFILES= jgroff-0.99.1.diff.gz jgroff-0.99.1-0.99.1.1.diff.gz
PATCH_DIST_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p1
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= groff:${PORTSDIR}/japanese/groff
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/xditview
MAN1= gxditview.1
post-patch:
@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Imakefile
.include <bsd.port.mk>