19 lines
385 B
Makefile
19 lines
385 B
Makefile
# $OpenBSD: Makefile,v 1.17 2004/12/07 00:23:24 alek Exp $
|
|
|
|
COMMENT= "word differences between text files"
|
|
|
|
DISTNAME= wdiff-0.5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
|
|
|
|
# License: GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c termcap
|
|
|
|
CONFIGURE_STYLE=gnu dest old
|
|
|
|
.include <bsd.port.mk>
|