19 lines
386 B
Makefile
19 lines
386 B
Makefile
# $OpenBSD: Makefile,v 1.18 2007/09/15 20:59:42 merdely 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>
|