openbsd-ports/textproc/idiff/Makefile

16 lines
349 B
Makefile
Raw Normal View History

1998-09-29 18:42:07 -04:00
# $OpenBSD: Makefile,v 1.4 1998/09/29 22:42:07 ian Exp $
1998-09-29 16:45:56 -04:00
#
PKGNAME= idiff-1.0
DISTNAME= idiff-1.0
CATEGORIES= textproc
1998-09-29 16:47:53 -04:00
MASTER_SITES= http://www.darwinsys.com/freeware/
1998-09-29 16:45:56 -04:00
MAINTAINER= ian@openbsd.org
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin
1998-09-29 18:42:07 -04:00
${INSTALL_MAN} ${WRKSRC}/idiff.cat1 ${PREFIX}/man/cat1/idiff.0
1998-09-29 16:45:56 -04:00
.include <bsd.port.mk>