blob: 705c26426a2bde6075e9c2de74f48dee3338eb1e (
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
|
# New ports collection makefile for: tkdiff
# Date created: 4 Oct. 1999
# Whom: Kevin Lo <kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tkdiff
PORTVERSION= 3.05
CATEGORIES= textproc tk83
MASTER_SITES= http://people.freebsd.org/~kevlo/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A Tk frontend for diff(1)
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkdiff-3.05.tcl.txt ${PREFIX}/bin/tkdiff
.include <bsd.port.mk>
|