1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/wdiff/Makefile
2020-02-04 16:22:00 +00:00

29 lines
503 B
Makefile

# 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>