diff options
author | asami <asami@FreeBSD.org> | 1995-05-02 18:07:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-02 18:07:45 +0800 |
commit | 41ec8c632130879f53ed4de6da338bd3ba64f883 (patch) | |
tree | 9911f3f51e0888871afdf6b166068d193f78dd68 /japanese/gxditview/Makefile | |
parent | 63a13b73572a3dae0085fee590b87d50098ce3e7 (diff) | |
download | freebsd-ports-gnome-41ec8c632130879f53ed4de6da338bd3ba64f883.tar.gz freebsd-ports-gnome-41ec8c632130879f53ed4de6da338bd3ba64f883.tar.zst freebsd-ports-gnome-41ec8c632130879f53ed4de6da338bd3ba64f883.zip |
Japanized gxditview.
Submitted by: nobu@psrc.isac.co.jp
Diffstat (limited to 'japanese/gxditview/Makefile')
-rw-r--r-- | japanese/gxditview/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile new file mode 100644 index 000000000000..74149812ca71 --- /dev/null +++ b/japanese/gxditview/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: gxditview (part of jp-groff) +# Version required: 1.09+0.98 +# Date created: 14 April 1995 +# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> +# +# $Id$ +# + +DISTNAME= groff-1.09 +PKGNAME= jp-gxditview-0.98 +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ + +MAINTAINER= asami@FreeBSD.ORG + +PATCH_SITES= ftp://ftp.iij.ad.jp/pub/NetNews/fj.sources/volume95/Apr/ +PATCHFILES= jgroff-0.98.diff.gz +DISTPATCHES= 950414.01.Z 950414.02.Z +PATCH_DIST_ARGS?= -d ${WRKSRC}/.. --forward --quiet -E -p1 + +USE_IMAKE= yes +WRKSRC=${.CURDIR}/work/${DISTNAME}/xditview + +.include <bsd.port.mk> |