1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/textproc/diffutils/Makefile
2021-10-15 08:35:28 +00:00

32 lines
601 B
Makefile

# Created by: Garrett Rooney <rooneg@electricjellyfish.net>
PORTNAME= diffutils
PORTVERSION= 3.8
CATEGORIES= textproc
MASTER_SITES= GNU
LICENSE= GPLv3+
MAINTAINER= schaiba@gmail.com
COMMENT= GNU differential compare utilities
LIB_DEPENDS= libsigsegv.so:devel/libsigsegv
USES= charsetfix tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
TEST_TARGET= check
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>