19 lines
385 B
Makefile
Raw Normal View History

2004-12-07 00:23:20 +00:00
# $OpenBSD: Makefile,v 1.17 2004/12/07 00:23:24 alek Exp $
1998-05-17 04:47:36 +00:00
COMMENT= "word differences between text files"
1998-05-17 04:47:36 +00:00
DISTNAME= wdiff-0.5
CATEGORIES= textproc
2002-05-14 12:07:09 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
1998-05-17 04:47:36 +00:00
# License: GPL
2000-06-05 01:35:13 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-07 00:23:20 +00:00
WANTLIB= c termcap
2000-02-12 08:02:07 +00:00
CONFIGURE_STYLE=gnu dest old
1998-05-17 04:47:36 +00:00
.include <bsd.port.mk>