freebsd-ports/textproc/wdiff/Makefile
MIHIRA Sanpei Yoshiro 32e5f06b3e fix -v and --version options
Submitted by:	Daniel V Klein <dvk@lonewolf.com>
2004-04-15 09:08:18 +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= 2
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>