summaryrefslogtreecommitdiffstats
path: root/textproc/tkdiff/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-10 15:32:56 +0000
committersteve <steve@FreeBSD.org>1999-12-10 15:32:56 +0000
commit04201a7460d958691be225f54f7b9580ac930682 (patch)
treea6fb2032b20ff0b8fea021c81ea096c5e270e8d1 /textproc/tkdiff/Makefile
parent871b39c29deffad7ad7d17a4d6d4d16a245d0349 (diff)
downloadFreeBSD-ports-04201a7460d958691be225f54f7b9580ac930682.zip
FreeBSD-ports-04201a7460d958691be225f54f7b9580ac930682.tar.gz
Moving tkdiff port from misc to textproc. tkdiff is a Tcl/Tk frontend
for diff(1).
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r--textproc/tkdiff/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile
new file mode 100644
index 0000000..a7d0a61
--- /dev/null
+++ b/textproc/tkdiff/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: tkdiff
+# Version required: 3.04
+# Date created: 4 Oct. 1999
+# Whom: Kevin Lo <kevlo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= tkdiff-3.04
+CATEGORIES= textproc tk82
+MASTER_SITES= http://www.freebsd.org/~kevlo/
+
+MAINTAINER= kevlo@FreeBSD.org
+
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud