aboutsummaryrefslogtreecommitdiff
path: root/textproc/wdiff/Makefile
blob: 2a6cccb7412b01ed2790cefc4559023ca5dc6e3a (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
26
27
28
# Created by: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
# $FreeBSD$

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>