# Created by: Yoshiro MIHIRA # $FreeBSD: head/textproc/wdiff/Makefile 359321 2014-06-26 08:41:34Z antoine $ PORTNAME= wdiff PORTVERSION= 1.2.2 CATEGORIES= textproc MASTER_SITES= GNU MAINTAINER= sanpei@FreeBSD.org COMMENT= Display word differences between text files LICENSE= GPLv3 GNU_CONFIGURE= yes USES= charsetfix makeinfo OPTIONS_DEFINE= NLS INFO= wdiff .include .if ${PORT_OPTIONS:MNLS} USES+= gettext CFLAGS+= -I${LOCALBASE}/include PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include