openbsd-ports/textproc/wdiff/Makefile

29 lines
597 B
Makefile

# OpenBSD makefile for: wdiff
# Version required: 0.5
# Date created: May 16 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.12 2001/05/06 04:11:55 lebel Exp $
#
COMMENT= "word differences between text files"
DISTNAME= wdiff-0.5
CATEGORIES= textproc
NEED_VERSION= 1.402
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= wdiff
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
LICENSE_TYPE= 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>