diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 10:07:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 10:07:45 +0000 |
commit | d037308711e643a1c403b5599d1a82f7dc4dbfb6 (patch) | |
tree | cb421b563090aa1aa6414cd6f60244a0773a6b45 /japanese/gxditview/Makefile | |
parent | b80a1d41954d63c1b28c9e7040c7d4e6e5ae7b01 (diff) | |
download | ports-d037308711e643a1c403b5599d1a82f7dc4dbfb6.tar.gz ports-d037308711e643a1c403b5599d1a82f7dc4dbfb6.zip |
Notes
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> |