freebsd-ports/textproc/wdiff/Makefile
MIHIRA Sanpei Yoshiro 99eb073c48 de-pkg-comment.
2003-02-22 13:24:09 +00:00

25 lines
490 B
Makefile

# New ports collection makefile for: wdiff
# Date created: Sep 15, 1997
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
# $FreeBSD$
#
PORTNAME= wdiff
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wdiff
MAINTAINER= sanpei@FreeBSD.org
COMMENT= Display word differences between text files
GNU_CONFIGURE= yes
MAN1= wdiff.1
post-install:
@install-info ${PREFIX}/info/wdiff.info ${PREFIX}/info/dir
.include <bsd.port.mk>