openbsd-ports/textproc/wdiff/Makefile

28 lines
575 B
Makefile
Raw Normal View History

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
#
2002-05-14 08:07:09 -04:00
# $OpenBSD: Makefile,v 1.14 2002/05/14 12:07:11 naddy Exp $
1998-05-17 00:47:36 -04:00
#
COMMENT= "word differences between text files"
1998-05-17 00:47:36 -04:00
DISTNAME= wdiff-0.5
CATEGORIES= textproc
NEED_VERSION= 1.402
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_GNU:=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
# License: 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>