# New ports collection makefile for: tkdiff # Date created: 4 Oct. 1999 # Whom: Kevin Lo # # $FreeBSD: ports/textproc/tkdiff/Makefile,v 1.11 2007/09/27 01:17:45 kevlo Exp $ # PORTNAME= tkdiff PORTVERSION= 4.1.3 CATEGORIES= textproc tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= kevlo@FreeBSD.org COMMENT= A Tk frontend for diff(1) RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/tkdiff post-patch: @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/tkdiff do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin .include