openbsd-ports/textproc/idiff/Makefile

24 lines
542 B
Makefile
Raw Normal View History

2002-03-21 16:25:50 -05:00
# $OpenBSD: Makefile,v 1.11 2002/03/21 21:25:53 espie 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/
2002-03-21 16:25:50 -05:00
NEED_VERSION= 1.515
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>