opnsense-ports/textproc/diffutils/Makefile
Franco Fichtner 2d9c45e035 */*: sync with upstream
Taken from: HardenedBSD
2018-11-11 09:28:11 +01:00

32 lines
599 B
Makefile

# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
# $FreeBSD$
PORTNAME= diffutils
PORTVERSION= 3.6
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= GNU
LICENSE= GPLv3+
MAINTAINER= johans@FreeBSD.org
COMMENT= The GNU diff utilities
LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
USES= charsetfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext iconv
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>