freebsd-ports/textproc/diffutils/Makefile

32 lines
583 B
Makefile
Raw Normal View History

# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
# $FreeBSD$
PORTNAME= diffutils
2017-07-05 23:07:39 +02:00
PORTVERSION= 3.6
CATEGORIES= textproc
2014-01-11 21:04:40 +01:00
MASTER_SITES= GNU
2017-07-05 23:07:39 +02:00
LICENSE= GPLv3+
MAINTAINER= johans@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= The GNU diff utilities
LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
USES= charsetfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
2014-01-11 21:04:40 +01:00
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
2014-01-11 21:04:40 +01:00
NLS_CONFIGURE_ENABLE=nls
2011-08-17 15:34:40 +02:00
INFO= diffutils
post-patch:
@${REINPLACE_CMD} -e '/^mkdir/s:@mkdir_p@:${MKDIR}:' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>