diff options
author | agc <agc@pkgsrc.org> | 2001-03-22 10:04:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-22 10:04:36 +0000 |
commit | cff75f0a9b722b0c46ccb5a33db726caa5257dc9 (patch) | |
tree | 7e753b24d2a4527582a001667c90488a7735dd58 /devel/idiff/Makefile | |
parent | d33b36cd214ebc0b2ebeafba9bcc82df6da29531 (diff) | |
download | pkgsrc-cff75f0a9b722b0c46ccb5a33db726caa5257dc9.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/Makefile | 15 |
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" |