diff options
author | max <max@FreeBSD.org> | 1997-10-01 15:05:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-01 15:05:09 +0800 |
commit | 2a49a621eaa0f26ccb2656ad2bf083004843cfce (patch) | |
tree | 4ab6295bdb79669bbb544be7241e89aa30ce1f20 /textproc/wdiff/Makefile | |
parent | 7512fa2a379f31f7a526e02efcaa8fc584285f04 (diff) | |
download | freebsd-ports-gnome-2a49a621eaa0f26ccb2656ad2bf083004843cfce.tar.gz freebsd-ports-gnome-2a49a621eaa0f26ccb2656ad2bf083004843cfce.tar.zst freebsd-ports-gnome-2a49a621eaa0f26ccb2656ad2bf083004843cfce.zip |
New port, wdiff:
Display word differences between text files.
PR: 4613
Submitted by: MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp>
Diffstat (limited to 'textproc/wdiff/Makefile')
-rw-r--r-- | textproc/wdiff/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/wdiff/Makefile b/textproc/wdiff/Makefile new file mode 100644 index 000000000000..0de712e97f78 --- /dev/null +++ b/textproc/wdiff/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: wdiff +# Version required: 0.5 +# Date created: Sep 15, 1997 +# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> +# +# $Id$ +# + +DISTNAME= wdiff-0.5 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= sanpei@yy.cs.keio.ac.jp + +GNU_CONFIGURE= yes + +MAN1= wdiff.1 + +post-install: + @if [ ! -f ${PREFIX}/info/dir ]; then \ + ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ + fi + @install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir + +.include <bsd.port.mk> |