1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/tkdiff/Makefile
2008-04-09 13:42:26 +00:00

30 lines
564 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
CATEGORIES= textproc tk
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A Tk frontend for diff(1)
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
NO_BUILD= 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 <bsd.port.mk>