freebsd-ports/textproc/diffutils/Makefile
Adam Weinberger fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00

29 lines
572 B
Makefile

# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
# $FreeBSD$
PORTNAME= diffutils
PORTVERSION= 3.3
CATEGORIES= textproc
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= The GNU diff utilities
LIB_DEPENDS= libsigsegv.so:${PORTSDIR}/devel/libsigsegv
USES= charsetfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE=nls
INFO= diffutils
post-patch:
@${REINPLACE_CMD} -e '/^mkdir/s:@mkdir_p@:${MKDIR}:' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>