summaryrefslogtreecommitdiff
path: root/misc/dirdiff/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-07-24 07:08:20 +0000
committeragc <agc@pkgsrc.org>2003-07-24 07:08:20 +0000
commitc1a9a58490fb336acd29a0f5801ec75af4ab48b0 (patch)
treeb8962ddf2a917ed64711a99c61c762a19de96b3d /misc/dirdiff/Makefile
parente324d453aac98cf9a175c6ff0e37782c7262fe2f (diff)
downloadpkgsrc-c1a9a58490fb336acd29a0f5801ec75af4ab48b0.tar.gz
Initial import of Paulus's dirdiff-1.6 into the NetBSD Packages Collection.
dirdiff is a graphical tool to display the differences(a la diff) between files in directories. Given two or more directory trees, dirdiff will display the differences between them in various glorious colors. It provides merging and the creation of patches.
Diffstat (limited to 'misc/dirdiff/Makefile')
-rw-r--r--misc/dirdiff/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/dirdiff/Makefile b/misc/dirdiff/Makefile
new file mode 100644
index 00000000000..27137146c8e
--- /dev/null
+++ b/misc/dirdiff/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 07:08:20 agc Exp $
+#
+
+DISTNAME= dirdiff-1.6
+CATEGORIES= misc tk80
+MASTER_SITES= http://samba.org/ftp/paulus/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://samba.org/ftp/paulus/
+COMMENT= Displays differences between directories
+
+USE_BUILDLINK2= yes
+
+.include "../../x11/tk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"