cff75f0a9b
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).
15 lines
375 B
Makefile
15 lines
375 B
Makefile
# $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"
|