openbsd-ports/textproc/wdiff/Makefile
pvalchev e4c810b834 - Remove FreeBSDisms, cleanup Makefile
- Trim DESCR to a reasonable level and format it nicely
- Rename & sync patches to unified diff with update-patches
2002-12-23 09:09:12 +00:00

18 lines
368 B
Makefile

# $OpenBSD: Makefile,v 1.16 2002/12/23 09:09:12 pvalchev 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
CONFIGURE_STYLE=gnu dest old
.include <bsd.port.mk>