pkgsrc/textproc/wdiff/Makefile
itojun d349a941a3 GNU wdiff 0.5 (word-by-word diff).
`wdiff' is a front-end to GNU `diff'.  It compares two files, finding
which words have been deleted or added to the first in order to create
the second.  It has many output formats and interacts well with
terminals and pagers (notably with `less').  `wdiff' is particularily
useful when two texts differ only by a few words and paragraphs have
been refilled.

GNU `wdiff' has been written by Franc,ois Pinard.  It is an evolving
product, and specifications might change in future releases.
2000-03-12 09:28:29 +00:00

15 lines
320 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2000/03/12 09:28:29 itojun Exp $
#
DISTNAME= wdiff-0.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/wdiff/wdiff.html
GNU_CONFIGURE= yes
INFO_FILES+= wdiff.info
.include "../../mk/bsd.pkg.mk"