mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
c08153dcc3
PR: ports/145798 Submitted by: Robert Jenssen <robertjenssen at ozemail dot com dot au>
30 lines
541 B
Makefile
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>
|