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
|
|
|
#
|
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= powerful command-line front end to diff
|
2001-05-06 00:11:38 -04:00
|
|
|
|
1998-09-29 16:45:56 -04:00
|
|
|
DISTNAME= idiff-1.0
|
2013-01-09 18:24:08 -05:00
|
|
|
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
|
|
|
|
2000-10-05 12:10:24 -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
|
2013-01-09 18:24:08 -05:00
|
|
|
|
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
|
2011-06-23 18:50:26 -04:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/idiff.1 ${PREFIX}/man/man1
|
1998-09-29 16:45:56 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|