28 lines
575 B
Makefile
28 lines
575 B
Makefile
# OpenBSD makefile for: wdiff
|
|
# Version required: 0.5
|
|
# Date created: May 16 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.14 2002/05/14 12:07:11 naddy Exp $
|
|
#
|
|
|
|
COMMENT= "word differences between text files"
|
|
|
|
DISTNAME= wdiff-0.5
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.402
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAN1= wdiff.1
|
|
CONFIGURE_STYLE= gnu dest old
|
|
|
|
.include <bsd.port.mk>
|