1998-05-17 00:47:36 -04:00
|
|
|
# OpenBSD makefile for: wdiff
|
|
|
|
# Version required: 0.5
|
|
|
|
# Date created: May 16 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
2001-05-06 00:11:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2001/05/06 04:11:55 lebel Exp $
|
1998-05-17 00:47:36 -04:00
|
|
|
#
|
|
|
|
|
2001-05-06 00:11:38 -04:00
|
|
|
COMMENT= "word differences between text files"
|
|
|
|
|
1998-05-17 00:47:36 -04:00
|
|
|
DISTNAME= wdiff-0.5
|
|
|
|
CATEGORIES= textproc
|
2001-05-06 00:11:38 -04:00
|
|
|
NEED_VERSION= 1.402
|
1998-05-17 00:47:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-03-06 20:38:58 -05:00
|
|
|
MASTER_SITE_SUBDIR= wdiff
|
1998-05-17 00:47:36 -04:00
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
1998-05-17 00:47:36 -04:00
|
|
|
|
2000-02-12 03:02:07 -05:00
|
|
|
LICENSE_TYPE= GPL
|
2000-06-04 21:35:13 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2000-02-12 03:02:07 -05:00
|
|
|
|
1998-05-17 00:47:36 -04:00
|
|
|
MAN1= wdiff.1
|
2000-10-31 04:49:15 -05:00
|
|
|
CONFIGURE_STYLE= gnu dest old
|
1998-05-17 00:47:36 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|