aboutsummaryrefslogtreecommitdiff
path: root/textproc/tkdiff/Makefile
blob: 5ad20ad2612aa13fa943cdfbb4a81741681622f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	tkdiff
# Date created:		4 Oct. 1999
# Whom:			Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	tkdiff
PORTVERSION=	4.1.4
PORTREVISION=	1
CATEGORIES=	textproc tk
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-${PORTVERSION}-unix

MAINTAINER=	kevlo@FreeBSD.org
COMMENT=	A Tk frontend for diff(1)

USE_TK=		yes
NO_BUILD=	yes

PLIST_FILES=	bin/tkdiff

post-patch:
	@${REINPLACE_CMD} -e 's|wish|${WISH}|' ${WRKSRC}/tkdiff

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin

.include <bsd.port.mk>