diff options
author | grog <grog@FreeBSD.org> | 2001-05-07 06:47:19 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-05-07 06:47:19 +0000 |
commit | 689fa63949568f854b4a3e1ceaa33758651c1de7 (patch) | |
tree | 0b521c1410287ce5613cd8a394e34bc0d30e15f2 /sysutils/dirdiff/Makefile | |
parent | 737f0540b47c40370dd23fdda5cbbad8b3471d8b (diff) | |
download | FreeBSD-ports-689fa63949568f854b4a3e1ceaa33758651c1de7.zip FreeBSD-ports-689fa63949568f854b4a3e1ceaa33758651c1de7.tar.gz |
New port, dirdiff, a graphical tool for displaying the differences
between directory trees and for merging changes from one tree into
another.
Obtained from: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'sysutils/dirdiff/Makefile')
-rw-r--r-- | sysutils/dirdiff/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/dirdiff/Makefile b/sysutils/dirdiff/Makefile new file mode 100644 index 0000000..b09c3e2 --- /dev/null +++ b/sysutils/dirdiff/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: dirdiff +# Whom: grog +# Date created: 7 May 2001 +# +# $FreeBSD$ +# + +PORTNAME= dirdiff +PORTVERSION= 1.2 +CATEGORIES= sysutils +MASTER_SITES= ftp://samba.org/pub/paulus/ + +MAINTAINER= grog + +RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 + +.include <bsd.port.mk> |