mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
d0d5a9f83f
Obtainde from NetBSD - Enable termcap. Chack tputs() after -ltermcap is detected (configure*). - Use mkstemp() instead of tmpnam(), for safety.
26 lines
506 B
Makefile
26 lines
506 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
|
|
|
|
post-install:
|
|
@install-info ${PREFIX}/${INFO_PATH}/wdiff.info ${PREFIX}/${INFO_PATH}/dir
|
|
|
|
.include <bsd.port.mk>
|