1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/japanese/gxditview/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

33 lines
805 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.99.1.1
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= groff
DISTNAME= groff-1.11.1
PATCH_SITES= ${MASTER_SITE_PORTS_JP} \
http://www.tg.rim.or.jp/~inagaki/
PATCHFILES= jgroff-${PORTVERSION:R}.diff.gz \
jgroff-${PORTVERSION:R}-${PORTVERSION}.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>