1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/textproc/tkdiff/Makefile
Kevin Lo c08153dcc3 Use default tcl/tk version by USE_TK=yes
PR:	ports/145798
Submitted by:	Robert Jenssen <robertjenssen at ozemail dot com dot au>
2010-04-19 03:19:44 +00:00

30 lines
541 B
Makefile

# 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>