openbsd-ports/textproc/idiff/Makefile

23 lines
522 B
Makefile
Raw Normal View History

2002-12-29 15:19:09 -05:00
# $OpenBSD: Makefile,v 1.12 2002/12/29 20:19:09 fgsch Exp $
1998-09-29 16:45:56 -04:00
#
COMMENT= "powerful command-line front end to diff"
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 Darwin <ian@openbsd.org>
1998-09-29 16:45:56 -04:00
2000-03-28 09:04:51 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
1998-09-29 16:45:56 -04:00
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>