summaryrefslogtreecommitdiff
path: root/devel/diffutils/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-12 15:38:07 +0000
committeragc <agc@pkgsrc.org>1999-03-12 15:38:07 +0000
commitf5dfedb9f8fce5524f03e598798f8f8db5059970 (patch)
treef459267ee879de4321c017a94023a452e2895a85 /devel/diffutils/Makefile
parentbb95e1a1a5178028d99ec235635009940161babb (diff)
downloadpkgsrc-f5dfedb9f8fce5524f03e598798f8f8db5059970.tar.gz
Initial import of GNU diffutils, version 2.7. This package is only for
Solaris, as the GNU diffutils are in the base NetBSD distribution. The diff utilities are: cmp, diff, diff3 and sdiff, and are used to compare files.
Diffstat (limited to 'devel/diffutils/Makefile')
-rw-r--r--devel/diffutils/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile
new file mode 100644
index 00000000000..9f852f6a2d1
--- /dev/null
+++ b/devel/diffutils/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/03/12 15:38:07 agc Exp $
+#
+
+DISTNAME= diffutils-2.7
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=/diffutils/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html
+
+GNU_CONFIGURE= yes
+
+INFO_FILES= diff.info
+
+NOT_FOR_OPSYS= NetBSD # in base system
+
+.include "../../mk/bsd.pkg.mk"