blob: 52ad4e097b584f386757cc54352d55e2d7cdf602 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
PORTNAME= wdiff
PORTVERSION= 1.2.2
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= GNU
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Display word differences between text files
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= charsetfix makeinfo
GNU_CONFIGURE= yes
INFO= wdiff
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_CFLAGS= -isystem${LOCALBASE}/include
NLS_USES= gettext
.include <bsd.port.mk>
|