freebsd-ports/textproc/wdiff/Makefile
Yen-Ming Lee a73f3584a6 - utilize INFO and PLIST_FILES, and retire pkg-plist
- add WWW in pkg-descr

PR:		73238
Submitted by:	leeym
Approved by:	maintainer timeout
2004-11-11 17:22:14 +00:00

27 lines
542 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= 3
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
INFO= wdiff
PLIST_FILES= bin/wdiff
post-install:
@install-info ${PREFIX}/${INFO_PATH}/wdiff.info ${PREFIX}/${INFO_PATH}/dir
.include <bsd.port.mk>