27 lines
549 B
Makefile
27 lines
549 B
Makefile
# OpenBSD makefile for: wdiff
|
|
# Version required: 0.5
|
|
# Date created: May 16 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.11 2000/10/31 09:49:15 espie Exp $
|
|
#
|
|
|
|
DISTNAME= wdiff-0.5
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.305
|
|
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>
|