diff options
author | Greg Lehey <grog@FreeBSD.org> | 2001-05-07 06:47:19 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2001-05-07 06:47:19 +0000 |
commit | 0c961f7f983c8f589b636cd587c4732d5219d165 (patch) | |
tree | 6b77c96b2f6cd9bf41573f24993f4a759fbb746a /sysutils/dirdiff/Makefile | |
parent | f35c6ad898ea6afab1e2645619017d4a6081343a (diff) |
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>
Notes
Notes:
svn path=/head/; revision=42343
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 000000000000..b09c3e2693b6 --- /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> |