pkgsrc/devel/idiff/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

15 lines
372 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/06/02 01:20:43 jschauma Exp $
#
DISTNAME= idiff-1.0
CATEGORIES= devel
MASTER_SITES= http://www.darwinsys.com/freeware/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.darwinsys.com/freeware/
COMMENT= Interactive front-end to diff(1)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff
.include "../../mk/bsd.pkg.mk"