openbsd-ports/textproc/idiff/Makefile

23 lines
462 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.20 2013/03/11 11:42:42 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
DISTNAME= idiff-1.0
REVISION= 1
1998-09-29 16:45:56 -04:00
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
2003-11-15 10:12:53 -05:00
# BSD-like, badly worded
2000-03-28 09:04:51 -05:00
PERMIT_PACKAGE_CDROM= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= c
2000-03-28 09:04:51 -05:00
1998-09-29 16:45:56 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/idiff.1 ${PREFIX}/man/man1
1998-09-29 16:45:56 -04:00
.include <bsd.port.mk>