openbsd-ports/textproc/wdiff/Makefile

19 lines
385 B
Makefile
Raw Normal View History

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