summaryrefslogtreecommitdiff
path: root/devel/idiff/Makefile
diff options
context:
space:
mode:
authoragc <agc>2001-03-22 10:04:36 +0000
committeragc <agc>2001-03-22 10:04:36 +0000
commit0f325a1417526bdb22f21836a4f5b5d528e3e2ff (patch)
tree7e753b24d2a4527582a001667c90488a7735dd58 /devel/idiff/Makefile
parentdbed8dcfac0aa6d22e8116a9883fe03b150f6e93 (diff)
downloadpkgsrc-0f325a1417526bdb22f21836a4f5b5d528e3e2ff.tar.gz
Initial import of idiff, the interactive front-end to diff(1), into
the packages collection. idiff is taken from "The Unix Programming Environment" by Brian Kernighan and Rob Pike (Prentice-Hall, 1984, ISBN 0-13-937681-X).
Diffstat (limited to 'devel/idiff/Makefile')
-rw-r--r--devel/idiff/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/idiff/Makefile b/devel/idiff/Makefile
new file mode 100644
index 00000000000..885f08b68db
--- /dev/null
+++ b/devel/idiff/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/22 10:04:36 agc Exp $
+#
+
+DISTNAME= idiff-1.0
+CATEGORIES= devel
+MASTER_SITES= http://www.darwinsys.com/freeware/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.darwinsys.com/freeware/
+COMMENT= Interactive front-end to diff(1)
+
+do-install:
+ ${BSD_INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff
+
+.include "../../mk/bsd.pkg.mk"